Back to Devexpress

XYDiagram2D.ActualAxisY Property

wpf-devexpress-dot-xpf-dot-charts-dot-xydiagram2d-7b0aaa02.md

latest1.2 KB
Original Source

XYDiagram2D.ActualAxisY Property

Gets the actual y-axis of the XYDiagram2D.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[Browsable(false)]
public AxisY2D ActualAxisY { get; set; }
vb
<Browsable(False)>
Public Property ActualAxisY As AxisY2D

Property Value

TypeDescription
AxisY2D

An AxisY2D descendant.

|

See Also

ActualAxisX

XYDiagram2D Class

XYDiagram2D Members

DevExpress.Xpf.Charts Namespace