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

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.v18.2.Wizard.dll

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