ClassCartesianChart3DGrid
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
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
DependencyProperty
XGridLinesMaterialsProperty
Identifies the XGridLinesMaterials dependency property.
Declaration
public static readonly DependencyProperty XGridLinesMaterialsProperty
Field Value
DependencyProperty
XStripLinesMaterialsProperty
Identifies the XStripLinesMaterials dependency property.
Declaration
public static readonly DependencyProperty XStripLinesMaterialsProperty
Field Value
DependencyProperty
XYGridLinesVisibilityProperty
Identifies the XYGridLinesVisibility dependency property.
Declaration
public static readonly DependencyProperty XYGridLinesVisibilityProperty
Field Value
DependencyProperty
XYStripLinesVisibilityProperty
Identifies the XYStripLinesVisibility dependency property.
Declaration
public static readonly DependencyProperty XYStripLinesVisibilityProperty
Field Value
DependencyProperty
XZGridLinesVisibilityProperty
Identifies the XZGridLinesVisibility dependency property.
Declaration
public static readonly DependencyProperty XZGridLinesVisibilityProperty
Field Value
DependencyProperty
XZStripLinesVisibilityProperty
Identifies the XZStripLinesVisibility dependency property.
Declaration
public static readonly DependencyProperty XZStripLinesVisibilityProperty
Field Value
DependencyProperty
YGridLinesMaterialsProperty
Identifies the YGridLinesMaterials dependency property.
Declaration
public static readonly DependencyProperty YGridLinesMaterialsProperty
Field Value
DependencyProperty
YStripLinesMaterialsProperty
Identifies the YStripLinesMaterials dependency property.
Declaration
public static readonly DependencyProperty YStripLinesMaterialsProperty
Field Value
DependencyProperty
YZGridLinesVisibilityProperty
Identifies the YZGridLinesVisibility dependency property.
Declaration
public static readonly DependencyProperty YZGridLinesVisibilityProperty
Field Value
DependencyProperty
YZStripLinesVisibilityProperty
Identifies the YZStripLinesVisibility dependency property.
Declaration
public static readonly DependencyProperty YZStripLinesVisibilityProperty
Field Value
DependencyProperty
ZGridLinesMaterialsProperty
Identifies the ZGridLinesMaterials dependency property.
Declaration
public static readonly DependencyProperty ZGridLinesMaterialsProperty
Field Value
DependencyProperty
ZStripLinesMaterialsProperty
Identifies the ZStripLinesMaterials dependency property.
Declaration
public static readonly DependencyProperty ZStripLinesMaterialsProperty
Field Value
DependencyProperty
Properties
GridLineThickness
Gets or sets the thickness of the grid lines.
XGridLinesMaterials
Gets or sets the materials used for the grid lines originating from the X axis.
Declaration
public MaterialCollection XGridLinesMaterials { get; set; }
Property Value
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
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
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
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
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
YGridLinesMaterials
Gets or sets the materials used for the grid lines originating from the Y axis.
Declaration
public MaterialCollection YGridLinesMaterials { get; set; }
Property Value
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
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
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
ZGridLinesMaterials
Gets or sets the materials used for the grid lines originating from the Z axis.
Declaration
public MaterialCollection ZGridLinesMaterials { get; set; }
Property Value
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
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
e
DependencyPropertyChangedEventArgs