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.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class CartesianChart3DGrid : Control

Inheritance: objectCartesianChart3DGrid

Constructors

CartesianChart3DGrid()

Initializes a new instance of the CartesianChart3DGrid class.

Declaration

cs-api-definition
public CartesianChart3DGrid()

Fields

GridLineThicknessProperty

Identifies the GridLineThickness dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty GridLineThicknessProperty

Field Value

DependencyProperty

XGridLinesMaterialsProperty

Identifies the XGridLinesMaterials dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty XGridLinesMaterialsProperty

Field Value

DependencyProperty

XStripLinesMaterialsProperty

Identifies the XStripLinesMaterials dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty XStripLinesMaterialsProperty

Field Value

DependencyProperty

XYGridLinesVisibilityProperty

Identifies the XYGridLinesVisibility dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty XYGridLinesVisibilityProperty

Field Value

DependencyProperty

XYStripLinesVisibilityProperty

Identifies the XYStripLinesVisibility dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty XYStripLinesVisibilityProperty

Field Value

DependencyProperty

XZGridLinesVisibilityProperty

Identifies the XZGridLinesVisibility dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty XZGridLinesVisibilityProperty

Field Value

DependencyProperty

XZStripLinesVisibilityProperty

Identifies the XZStripLinesVisibility dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty XZStripLinesVisibilityProperty

Field Value

DependencyProperty

YGridLinesMaterialsProperty

Identifies the YGridLinesMaterials dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty YGridLinesMaterialsProperty

Field Value

DependencyProperty

YStripLinesMaterialsProperty

Identifies the YStripLinesMaterials dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty YStripLinesMaterialsProperty

Field Value

DependencyProperty

YZGridLinesVisibilityProperty

Identifies the YZGridLinesVisibility dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty YZGridLinesVisibilityProperty

Field Value

DependencyProperty

YZStripLinesVisibilityProperty

Identifies the YZStripLinesVisibility dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty YZStripLinesVisibilityProperty

Field Value

DependencyProperty

ZGridLinesMaterialsProperty

Identifies the ZGridLinesMaterials dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ZGridLinesMaterialsProperty

Field Value

DependencyProperty

ZStripLinesMaterialsProperty

Identifies the ZStripLinesMaterials dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ZStripLinesMaterialsProperty

Field Value

DependencyProperty

Properties

GridLineThickness

Gets or sets the thickness of the grid lines.

Declaration

cs-api-definition
public double GridLineThickness { get; set; }

Property Value

double

XGridLinesMaterials

Gets or sets the materials used for the grid lines originating from the X axis.

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
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

cs-api-definition
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

cs-api-definition
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

cs-api-definition
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

cs-api-definition
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

cs-api-definition
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

cs-api-definition
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

cs-api-definition
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

cs-api-definition
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

cs-api-definition
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

cs-api-definition
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)

Parameters

e

DependencyPropertyChangedEventArgs