WebChartControl.ToolTipOptions Property
Gets the tooltip settings allowing you to specify the tooltip’s position and appearance on a diagram.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v24.2.Web.dll
Declaration
Property Value
Type | Description |
---|---|
ToolTipOptions | A ToolTipOptions object descendant which represents tooltip options. |
Remarks
Before the tooltip customization, make sure the WebChartControl.ToolTipEnabled property is set to true.
For more information on how to use a tooltip, refer to the Tooltips topic.
See Also