Class CartesianChart3DGrid
Represents a decoration in a cartesian 3D chart that adds grid lines and strip lines to the planes (sides) of the plot area.
Inheritance
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class CartesianChart3DGrid : Control, IChart3DPart
Constructors
CartesianChart3DGrid()
Initializes a new instance of the CartesianChart3DGrid class.
Declaration
public CartesianChart3DGrid()
Fields
GridLineThicknessProperty
Identifies the GridLineThickness dependency property.
Declaration
public static readonly DependencyProperty GridLineThicknessProperty
Field Value
System.Windows.DependencyProperty
|
XGridLinesMaterialsProperty
Identifies the XGridLinesMaterials dependency property.
Declaration
public static readonly DependencyProperty XGridLinesMaterialsProperty
Field Value
System.Windows.DependencyProperty
|
XStripLinesMaterialsProperty
Identifies the XStripLinesMaterials dependency property.
Declaration
public static readonly DependencyProperty XStripLinesMaterialsProperty
Field Value
System.Windows.DependencyProperty
|
XYGridLinesVisibilityProperty
Identifies the XYGridLinesVisibility dependency property.
Declaration
public static readonly DependencyProperty XYGridLinesVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
XYStripLinesVisibilityProperty
Identifies the XYStripLinesVisibility dependency property.
Declaration
public static readonly DependencyProperty XYStripLinesVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
XZGridLinesVisibilityProperty
Identifies the XZGridLinesVisibility dependency property.
Declaration
public static readonly DependencyProperty XZGridLinesVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
XZStripLinesVisibilityProperty
Identifies the XZStripLinesVisibility dependency property.
Declaration
public static readonly DependencyProperty XZStripLinesVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
YGridLinesMaterialsProperty
Identifies the YGridLinesMaterials dependency property.
Declaration
public static readonly DependencyProperty YGridLinesMaterialsProperty
Field Value
System.Windows.DependencyProperty
|
YStripLinesMaterialsProperty
Identifies the YStripLinesMaterials dependency property.
Declaration
public static readonly DependencyProperty YStripLinesMaterialsProperty
Field Value
System.Windows.DependencyProperty
|
YZGridLinesVisibilityProperty
Identifies the YZGridLinesVisibility dependency property.
Declaration
public static readonly DependencyProperty YZGridLinesVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
YZStripLinesVisibilityProperty
Identifies the YZStripLinesVisibility dependency property.
Declaration
public static readonly DependencyProperty YZStripLinesVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
ZGridLinesMaterialsProperty
Identifies the ZGridLinesMaterials dependency property.
Declaration
public static readonly DependencyProperty ZGridLinesMaterialsProperty
Field Value
System.Windows.DependencyProperty
|
ZStripLinesMaterialsProperty
Identifies the ZStripLinesMaterials dependency property.
Declaration
public static readonly DependencyProperty ZStripLinesMaterialsProperty
Field Value
System.Windows.DependencyProperty
|
Properties
GridLineThickness
Gets or sets the thickness of the grid lines.
Declaration
public double GridLineThickness { get; set; }
Property Value
System.Double
|
XGridLinesMaterials
Gets or sets the materials used for the grid lines originating from the X axis.
Declaration
public MaterialCollection XGridLinesMaterials { get; set; }
Property Value
System.Windows.Media.Media3D.MaterialCollection
|
XStripLinesMaterials
Gets or sets the materials used for the strip lines originating from the X axis.
Declaration
public MaterialCollection XStripLinesMaterials { get; set; }
Property Value
System.Windows.Media.Media3D.MaterialCollection
|
XYGridLinesVisibility
Gets or sets a value indicating which grid lines should be displayed in the XY plane.
Declaration
public CartesianChart3DGridLinesVisibility XYGridLinesVisibility { get; set; }
Property Value
CartesianChart3DGridLinesVisibility
|
XYStripLinesVisibility
Gets or sets a value indicating which strip lines should be displayed in the XY plane.
Declaration
public CartesianChart3DGridLinesVisibility XYStripLinesVisibility { get; set; }
Property Value
CartesianChart3DGridLinesVisibility
|
XZGridLinesVisibility
Gets or sets a value indicating which grid lines should be displayed in the XZ plane.
Declaration
public CartesianChart3DGridLinesVisibility XZGridLinesVisibility { get; set; }
Property Value
CartesianChart3DGridLinesVisibility
|
XZStripLinesVisibility
Gets or sets a value indicating which strip lines should be displayed in the XZ plane.
Declaration
public CartesianChart3DGridLinesVisibility XZStripLinesVisibility { get; set; }
Property Value
CartesianChart3DGridLinesVisibility
|
YGridLinesMaterials
Gets or sets the materials used for the grid lines originating from the Y axis.
Declaration
public MaterialCollection YGridLinesMaterials { get; set; }
Property Value
System.Windows.Media.Media3D.MaterialCollection
|
YStripLinesMaterials
Gets or sets the materials used for the strip lines originating from the Y axis.
Declaration
public MaterialCollection YStripLinesMaterials { get; set; }
Property Value
System.Windows.Media.Media3D.MaterialCollection
|
YZGridLinesVisibility
Gets or sets a value indicating which grid lines should be displayed in the YZ plane.
Declaration
public CartesianChart3DGridLinesVisibility YZGridLinesVisibility { get; set; }
Property Value
CartesianChart3DGridLinesVisibility
|
YZStripLinesVisibility
Gets or sets a value indicating which strip lines should be displayed in the YZ plane.
Declaration
public CartesianChart3DGridLinesVisibility YZStripLinesVisibility { get; set; }
Property Value
CartesianChart3DGridLinesVisibility
|
ZGridLinesMaterials
Gets or sets the materials used for the grid lines originating from the Z axis.
Declaration
public MaterialCollection ZGridLinesMaterials { get; set; }
Property Value
System.Windows.Media.Media3D.MaterialCollection
|
ZStripLinesMaterials
Gets or sets the materials used for the strip lines originating from the Z axis.
Declaration
public MaterialCollection ZStripLinesMaterials { get; set; }
Property Value
System.Windows.Media.Media3D.MaterialCollection
|
Methods
OnPropertyChanged(DependencyPropertyChangedEventArgs)
Invoked whenever the effective value of any dependency property on this System.Windows.FrameworkElement has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs).
Declaration
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters
System.Windows.DependencyPropertyChangedEventArgs
e
|