XYDiagram2D.AxisY Property
In This Article
Gets the Y-axis.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
public AxisY2D AxisY { get; set; }
#Property Value
Type | Description |
---|---|
Axis |
An Axis |
#Remarks
For more information on axes, see the Axis topic.
See Also