Back to Devexpress

AxisY3D Class

wpf-devexpress-dot-xpf-dot-charts-dot-axisy3d.md

latest2.2 KB
Original Source

AxisY3D Class

Represents the Y-axis of a XYDiagram3D class.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class AxisY3D :
    Axis3D
vb
Public Class AxisY3D
    Inherits Axis3D

The following members return AxisY3D objects:

Remarks

An instance of the AxisY3D class can be accessed via the XYDiagram3D.AxisY property. To learn more on the functionality provided by the AxisY3D class, see the descriptions of its Axis and Axis3D base classes.

Inheritance

Show 13 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ChartElementBase ChartElement AxisBase Axis Axis3D AxisY3D

See Also

AxisY3D Members

DevExpress.Xpf.Charts Namespace