PaneAnchorPointModel.AxisYCoordinate Property
Returns the model of the Y-axis coordinate of the modeled anchor point.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[PropertyForOptions]
[LocalizableCategory(DesignerCategories.General)]
public AxisYCoordinateModel AxisYCoordinate { get; }
Property Value
Type | Description |
---|---|
AxisYCoordinateModel | The model of the Y-axis coordinate. |
See Also