SeparatePaneIndicatorModel.AxisY Property
Gets or sets the model of the Y-axis assigned to the modeled indicator that is drawable on a separate pane.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[PropertyForOptions("Layout")]
[LocalizableCategory(DesignerCategories.Layout)]
[UseAsSimpleProperty]
public AxisYBaseModel AxisY { get; set; }
Property Value
Type | Description |
---|---|
AxisYBaseModel | The model of the Y-axis used to plot the indicator. |
See Also