Class RadCartesianChart3D
Inheritance
System.Object
RadCartesianChart3D
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class RadCartesianChart3D : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
RadCartesianChart3D()
Declaration
public RadCartesianChart3D()
Properties
BarSeries3D
Declaration
public IList<BarSeries3D> BarSeries3D { get; }
Property Value
System.Collections.Generic.IList<BarSeries3D>
|
CategoricalAxes3D
Declaration
public IList<CategoricalAxis3D> CategoricalAxes3D { get; }
Property Value
System.Collections.Generic.IList<CategoricalAxis3D>
|
LinearAxes3D
Declaration
public IList<LinearAxis3D> LinearAxes3D { get; }
Property Value
System.Collections.Generic.IList<LinearAxis3D>
|
PointSeries3D
Declaration
public IList<PointSeries3D> PointSeries3D { get; }
Property Value
System.Collections.Generic.IList<PointSeries3D>
|
SurfaceSeries3D
Declaration
public IList<SurfaceSeries3D> SurfaceSeries3D { get; }
Property Value
System.Collections.Generic.IList<SurfaceSeries3D>
|