LineSeries3D
Represents a 3D chart series that plots its points using a line.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class LineSeries3D : PointSeries3D
Inheritance: objectCartesianSeries3DXyzSeries3DPointSeries3DLineSeries3D
Inherited Members
Constructors
public LineSeries3D()
Fields
DefaultLineVisualDiameterProperty
DependencyProperty
Identifies the DefaultLineVisualDiameter property.
public static readonly DependencyProperty DefaultLineVisualDiameterProperty
DefaultLineVisualGeometryProperty
DependencyProperty
Identifies the DefaultLineVisualGeometry property.
public static readonly DependencyProperty DefaultLineVisualGeometryProperty
DefaultLineVisualGeometrySelectorProperty
DependencyProperty
Identifies the DefaultLineVisualGeometrySelector property.
public static readonly DependencyProperty DefaultLineVisualGeometrySelectorProperty
DefaultLineVisualMaterialProperty
DependencyProperty
Identifies the DefaultLineVisualMaterial property.
public static readonly DependencyProperty DefaultLineVisualMaterialProperty
DefaultLineVisualMaterialSelectorProperty
DependencyProperty
Identifies the DefaultLineVisualMaterialSelector property.
public static readonly DependencyProperty DefaultLineVisualMaterialSelectorProperty
Properties
Gets or sets a value that defines the size (diameter) of the default line visual.
public double DefaultLineVisualDiameter { get; set; }
DefaultLineVisualGeometry
Geometry3D
Gets or sets the default Geometry3D (normalized) instance that is used for creating the default line visual. The size of the geometry needs to be normalized (between 0 and 1) so that later Visual3D transformations can work properly. The line rendering approach changes when the property is set.
public Geometry3D DefaultLineVisualGeometry { get; set; }
Gets or sets a geometry selector that provides a way to select a Geometry3D that will define the appearance of the default line visual. The line rendering approach changes when the property is set.
public Geometry3DSelector DefaultLineVisualGeometrySelector { get; set; }
DefaultLineVisualMaterial
Material
Gets or sets the material that defines the appearance of the default line visual that is used to visualize the data points.
public Material DefaultLineVisualMaterial { get; set; }
Gets or sets a material selector that provides a way to select a Material that will define the appearance of the default line visual.
public MaterialSelector DefaultLineVisualMaterialSelector { get; set; }