Skip to main content
A newer version of this page is available. .

ChartModel.ToolTipOptions Property

Returns the model of the tooltip options of the modeled chart.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public ToolTipOptionsModel ToolTipOptions { get; }

Property Value

Type Description
ToolTipOptionsModel

The tooltip options model.

See Also