Back to Devexpress

SeriesBase.ToolTipEnabled Property

corelibraries-devexpress-dot-xtracharts-dot-seriesbase-67850947.md

latest2.4 KB
Original Source

SeriesBase.ToolTipEnabled Property

Gets or sets a value that specifies whether or not a tooltip is enabled for a series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public DefaultBoolean ToolTipEnabled { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property ToolTipEnabled As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

Default - the ToolTipEnabled property value is obtained from the parent chart’s ChartControl.ToolTipEnabled (WebChartControl.ToolTipEnabled) property; True - a tooltip is enabled for a series; False - a tooltip is disabled.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Remarks

Use the ToolTipEnabled property to activate (deactivate) a tooltip at the series level.

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 SeriesBase.ToolTipSeriesPattern property.

For more information on how to use a tooltip, refer to the Tooltip topic.

See Also

SeriesBase Class

SeriesBase Members

DevExpress.XtraCharts Namespace