ChartBase.ToolTipEnabled Property
Gets or sets a value that specifies whether or not a tooltip is enabled for a chart.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Boolean | true - a tooltip is enabled for a chart; false - a tooltip is disabled. |
Remarks
Use the ToolTipEnabled property to activate (deactivate) a tooltip at the level of a chart (CartesianChart or PieChart controls).
To customize the tooltip content and appearance for a specific seres or its data points, use the SeriesView.ToolTipSeriesPattern, SeriesView.ToolTipSeriesTemplate, SeriesView.ToolTipPointPattern and SeriesView.ToolTipPointTemplate properties.
See Also