Skip to main content

PaneAnchorPointModel.AxisXCoordinate Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

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

Property Value

Type Description
AxisXCoordinateModel

The model of the X-axis coordinate.

See Also