CartesianChart3DGrid
Represents a decoration in a cartesian 3D chart that adds grid lines and strip lines to the planes (sides) of the plot area.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class CartesianChart3DGrid : Control
Inheritance: objectCartesianChart3DGrid
Constructors
Initializes a new instance of the CartesianChart3DGrid class.
public CartesianChart3DGrid()
Fields
GridLineThicknessProperty
DependencyProperty
Identifies the GridLineThickness dependency property.
public static readonly DependencyProperty GridLineThicknessProperty
XGridLinesMaterialsProperty
DependencyProperty
Identifies the XGridLinesMaterials dependency property.
public static readonly DependencyProperty XGridLinesMaterialsProperty
XStripLinesMaterialsProperty
DependencyProperty
Identifies the XStripLinesMaterials dependency property.
public static readonly DependencyProperty XStripLinesMaterialsProperty
XYGridLinesVisibilityProperty
DependencyProperty
Identifies the XYGridLinesVisibility dependency property.
public static readonly DependencyProperty XYGridLinesVisibilityProperty
XYStripLinesVisibilityProperty
DependencyProperty
Identifies the XYStripLinesVisibility dependency property.
public static readonly DependencyProperty XYStripLinesVisibilityProperty
XZGridLinesVisibilityProperty
DependencyProperty
Identifies the XZGridLinesVisibility dependency property.
public static readonly DependencyProperty XZGridLinesVisibilityProperty
XZStripLinesVisibilityProperty
DependencyProperty
Identifies the XZStripLinesVisibility dependency property.
public static readonly DependencyProperty XZStripLinesVisibilityProperty
YGridLinesMaterialsProperty
DependencyProperty
Identifies the YGridLinesMaterials dependency property.
public static readonly DependencyProperty YGridLinesMaterialsProperty
YStripLinesMaterialsProperty
DependencyProperty
Identifies the YStripLinesMaterials dependency property.
public static readonly DependencyProperty YStripLinesMaterialsProperty
YZGridLinesVisibilityProperty
DependencyProperty
Identifies the YZGridLinesVisibility dependency property.
public static readonly DependencyProperty YZGridLinesVisibilityProperty
YZStripLinesVisibilityProperty
DependencyProperty
Identifies the YZStripLinesVisibility dependency property.
public static readonly DependencyProperty YZStripLinesVisibilityProperty
ZGridLinesMaterialsProperty
DependencyProperty
Identifies the ZGridLinesMaterials dependency property.
public static readonly DependencyProperty ZGridLinesMaterialsProperty
ZStripLinesMaterialsProperty
DependencyProperty
Identifies the ZStripLinesMaterials dependency property.
public static readonly DependencyProperty ZStripLinesMaterialsProperty
Properties
Gets or sets the thickness of the grid lines.
public double GridLineThickness { get; set; }
XGridLinesMaterials
MaterialCollection
Gets or sets the materials used for the grid lines originating from the X axis.
public MaterialCollection XGridLinesMaterials { get; set; }
XStripLinesMaterials
MaterialCollection
Gets or sets the materials used for the strip lines originating from the X axis.
public MaterialCollection XStripLinesMaterials { get; set; }
Gets or sets a value indicating which grid lines should be displayed in the XY plane.
public CartesianChart3DGridLinesVisibility XYGridLinesVisibility { get; set; }
Gets or sets a value indicating which strip lines should be displayed in the XY plane.
public CartesianChart3DGridLinesVisibility XYStripLinesVisibility { get; set; }
Gets or sets a value indicating which grid lines should be displayed in the XZ plane.
public CartesianChart3DGridLinesVisibility XZGridLinesVisibility { get; set; }
Gets or sets a value indicating which strip lines should be displayed in the XZ plane.
public CartesianChart3DGridLinesVisibility XZStripLinesVisibility { get; set; }
YGridLinesMaterials
MaterialCollection
Gets or sets the materials used for the grid lines originating from the Y axis.
public MaterialCollection YGridLinesMaterials { get; set; }
YStripLinesMaterials
MaterialCollection
Gets or sets the materials used for the strip lines originating from the Y axis.
public MaterialCollection YStripLinesMaterials { get; set; }
Gets or sets a value indicating which grid lines should be displayed in the YZ plane.
public CartesianChart3DGridLinesVisibility YZGridLinesVisibility { get; set; }
Gets or sets a value indicating which strip lines should be displayed in the YZ plane.
public CartesianChart3DGridLinesVisibility YZStripLinesVisibility { get; set; }
ZGridLinesMaterials
MaterialCollection
Gets or sets the materials used for the grid lines originating from the Z axis.
public MaterialCollection ZGridLinesMaterials { get; set; }
ZStripLinesMaterials
MaterialCollection
Gets or sets the materials used for the strip lines originating from the Z axis.
public MaterialCollection ZStripLinesMaterials { get; set; }
Methods
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).
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)