Interface ISeries3DDefinition
Extends the ISeriesDefinition adding properties required for 3-dimensional chart types.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public interface ISeries3DDefinition : ISeriesDefinition, INotifyPropertyChanged
Properties
IsDepthAxisUsed
Gets boolean value indicating whether the DataSeries should be visualized using depth (Z-axis).
Declaration
bool IsDepthAxisUsed { get; }
Property Value
System.Boolean
|