Class Line3DSeriesDefinition
Defines the DataSeries visual representation to be 3D Line.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Line3DSeriesDefinition : LinearSeries3DDefinition, IAggregationGroupSeriesDefinition, ISeries3DDefinition, ISeriesDefinition, INotifyPropertyChanged, ILinearSeriesDefinition
Constructors
Line3DSeriesDefinition()
Initializes a new instance of the Line3DSeriesDefinition class.
Declaration
public Line3DSeriesDefinition()
Fields
LineWidthProperty
Identifies the LineWidth dependency property.
Declaration
public static readonly DependencyProperty LineWidthProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ItemType
Gets the type of the DataPoints in the DataSeries.
Declaration
public override Type ItemType { get; }
Property Value
System.Type
|
Overrides
LineWidth
Gets or sets the width of the line.
Declaration
public double LineWidth { get; set; }
Property Value
System.Double
The width of the line. |
Methods
CreateChartItem()
Creates specific IChartItem instance for this series definition type.
Declaration
public override IChartItem CreateChartItem()
Returns
IChartItem
|