skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

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
System.Object
CartesianChart3DGrid
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

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.