Series.ToolTipEnabled Property
Gets or sets a value that specifies whether or not a tooltip is enabled for a series.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
[XtraSerializableProperty]
[NonTestableProperty]
public bool? ToolTipEnabled { get; set; }
#Property Value
Type | Description |
---|---|
Nullable<Boolean> | Null - the Tool |
#Remarks
Use the ToolTipEnabled property to activate (deactivate) a tooltip at the level of a particular 2D XYSeries.
After that, it becomes possible to customize the tooltip appearance and position on a diagram via the ChartControl.ToolTipOptions property.
If you need to change the tooltip appearance, it can be done via the Series.ToolTipSeriesPattern and Series.ToolTipSeriesTemplate properties.
The following table shows this property in action.
Tool |
Tool |
---|---|
![]() |
![]() |