Gets or Sets the ToolTip which can be assigned to DataSeries in order to make it appear when IndicatorEnabled property is set to True in Chart. Now Indicator ToolTips can be customized by setting its properties inside the ToolTip element.
Type: Object
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.Series>
<vc:DataSeries ToolTip="MyToolTip">
</vc:DataSeries>
</vc:Chart.Series>
</vc:Chart>
Remarks:
If a ToolTip is not set in DataSeries, a default ToolTip will be created and assigned to the DataSeries when IndicatorEnabled property is set to True in Chart.
If a ToolTip is set in DataSeries and that ToolTip is not present inside the ToolTips collection of chart, Visifire will create that ToolTip with the same name automatically.