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

SecondaryAxisY.AxisID Property

Gets or sets an axis’ ID, which is intended for internal use only.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty]
public int AxisID { get; set; }

Property Value

Type Description
Int32

An integer value.

Remarks

You don’t need to use this property in your code. It is hidden and is intended for serialization purposes only.

See Also