Specifies whether an element should be placed inside the plotting region.
Type: Boolean
Namespace: Visifire.Charts
Assembly:
|
Silverlight: |
SLVisifire.Charts (in SLVisifire.Charts.dll) |
|
WPF: |
WPFVisifire.Charts (in WPFVisifire.Charts.dll) |
This attribute applies to:
Syntax:
<vc:Chart ... >
<vc:Chart.Titles>
<vc:Title Text="Visifire" DockInsidePlotArea="True"/>
</vc:Chart.Titles>
</vc:Chart>
Below is the chart after setting DockInsidePlotArea property in Title.

Members:
|
Member name |
Description |
|
True |
Element appears inside the plotting region |
|
False |
Element appears outside the plotting region |
Remarks:
The default value is False.