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

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.v19.1.Wizard.dll

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