New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class CartesianChart3DGrid : Control

Inheritance: objectCartesianChart3DGrid

Constructors

Initializes a new instance of the CartesianChart3DGrid class.

C#
public CartesianChart3DGrid()

Fields

GridLineThicknessProperty

DependencyProperty

Identifies the GridLineThickness dependency property.

C#
public static readonly DependencyProperty GridLineThicknessProperty

XGridLinesMaterialsProperty

DependencyProperty

Identifies the XGridLinesMaterials dependency property.

C#
public static readonly DependencyProperty XGridLinesMaterialsProperty

Identifies the XStripLinesMaterials dependency property.

C#
public static readonly DependencyProperty XStripLinesMaterialsProperty

Identifies the XYGridLinesVisibility dependency property.

C#
public static readonly DependencyProperty XYGridLinesVisibilityProperty

Identifies the XYStripLinesVisibility dependency property.

C#
public static readonly DependencyProperty XYStripLinesVisibilityProperty

Identifies the XZGridLinesVisibility dependency property.

C#
public static readonly DependencyProperty XZGridLinesVisibilityProperty

Identifies the XZStripLinesVisibility dependency property.

C#
public static readonly DependencyProperty XZStripLinesVisibilityProperty

YGridLinesMaterialsProperty

DependencyProperty

Identifies the YGridLinesMaterials dependency property.

C#
public static readonly DependencyProperty YGridLinesMaterialsProperty

Identifies the YStripLinesMaterials dependency property.

C#
public static readonly DependencyProperty YStripLinesMaterialsProperty

Identifies the YZGridLinesVisibility dependency property.

C#
public static readonly DependencyProperty YZGridLinesVisibilityProperty

Identifies the YZStripLinesVisibility dependency property.

C#
public static readonly DependencyProperty YZStripLinesVisibilityProperty

ZGridLinesMaterialsProperty

DependencyProperty

Identifies the ZGridLinesMaterials dependency property.

C#
public static readonly DependencyProperty ZGridLinesMaterialsProperty

Identifies the ZStripLinesMaterials dependency property.

C#
public static readonly DependencyProperty ZStripLinesMaterialsProperty

Properties

Gets or sets the thickness of the grid lines.

C#
public double GridLineThickness { get; set; }

XGridLinesMaterials

MaterialCollection

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

C#
public MaterialCollection XGridLinesMaterials { get; set; }

XStripLinesMaterials

MaterialCollection

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

C#
public MaterialCollection XStripLinesMaterials { get; set; }

Gets or sets a value indicating which grid lines should be displayed in the XY plane.

C#
public CartesianChart3DGridLinesVisibility XYGridLinesVisibility { get; set; }

Gets or sets a value indicating which strip lines should be displayed in the XY plane.

C#
public CartesianChart3DGridLinesVisibility XYStripLinesVisibility { get; set; }

Gets or sets a value indicating which grid lines should be displayed in the XZ plane.

C#
public CartesianChart3DGridLinesVisibility XZGridLinesVisibility { get; set; }

Gets or sets a value indicating which strip lines should be displayed in the XZ plane.

C#
public CartesianChart3DGridLinesVisibility XZStripLinesVisibility { get; set; }

YGridLinesMaterials

MaterialCollection

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

C#
public MaterialCollection YGridLinesMaterials { get; set; }

YStripLinesMaterials

MaterialCollection

Gets or sets the materials used for the strip lines originating from the Y axis.

C#
public MaterialCollection YStripLinesMaterials { get; set; }

Gets or sets a value indicating which grid lines should be displayed in the YZ plane.

C#
public CartesianChart3DGridLinesVisibility YZGridLinesVisibility { get; set; }

Gets or sets a value indicating which strip lines should be displayed in the YZ plane.

C#
public CartesianChart3DGridLinesVisibility YZStripLinesVisibility { get; set; }

ZGridLinesMaterials

MaterialCollection

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

C#
public MaterialCollection ZGridLinesMaterials { get; set; }

ZStripLinesMaterials

MaterialCollection

Gets or sets the materials used for the strip lines originating from the Z axis.

C#
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).

C#
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters:eDependencyPropertyChangedEventArgs