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

PaneAnchorPointModel.AxisXCoordinate Property

Returns the model of the X-axis coordinate of the modeled anchor point.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[PropertyForOptions]
[LocalizableCategory(DesignerCategories.General)]
public AxisXCoordinateModel AxisXCoordinate { get; }

Property Value

Type Description
AxisXCoordinateModel

The model of the X-axis coordinate.

See Also