Skip to main content

ToolTipOptionsModel.ToolTipPosition Property

Gets or sets the model of the tooltip position behavior of the modeled tooltip options.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
public ToolTipPositionModel ToolTipPosition { get; set; }

Property Value

Type Description
ToolTipPositionModel

The model of the tooltip position behavior.

Property Paths

You can access this nested property as listed below:

Object Type Path to ToolTipPosition
ChartModel
.ToolTipOptions .ToolTipPosition
See Also