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

PaneAnchorPointModel.AxisYCoordinate Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[PropertyForOptions]
[LocalizableCategory(DesignerCategories.General)]
public AxisYCoordinateModel AxisYCoordinate { get; }

Property Value

Type Description
AxisYCoordinateModel

The model of the Y-axis coordinate.

See Also