Gets or Sets whether the indicator for chart is enabled. Indicator consists of ToolTips for DataSeries, vertical grid line and axis indicator. If IndicatorEnabled property is set to True then on mouse move over PlotArea, indicator will appear for the nearest DataPoint from mouse position. This property is not applicable for Pie, Doughnut, SectionFunnel and StreamLineFunnel charts.
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 IndicatorEnabled="True">
</vc:Chart>
Below is the chart after setting IndicatorEnabled property in Chart.

Remarks:
The default value is False.