ClassRadCartesianChart3D
Class
Represents the RadCartesianChart for WPF control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public class RadCartesianChart3D : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlRadCartesianChart3D
Implements:
Inherited Members
Constructors
RadCartesianChart3D()
Initializes a new instance of the RadCartesianChart class.
Declaration
cs-api-definition
public RadCartesianChart3D()
Properties
BarSeries3D
Get the list of BarSeries3D.
Declaration
cs-api-definition
public IList<BarSeries3D> BarSeries3D { get; }
Property Value
CategoricalAxes3D
Get the CategoricalAxes3D.
Declaration
cs-api-definition
public IList<CategoricalAxis3D> CategoricalAxes3D { get; }
Property Value
LinearAxes3D
Get the LinearAxes3D.
Declaration
cs-api-definition
public IList<LinearAxis3D> LinearAxes3D { get; }
Property Value
PointSeries3D
Get the list of PointSeries3D.
Declaration
cs-api-definition
public IList<PointSeries3D> PointSeries3D { get; }
Property Value
SurfaceSeries3D
Get the list of SurfaceSeries3D.
Declaration
cs-api-definition
public IList<SurfaceSeries3D> SurfaceSeries3D { get; }
Property Value