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 ChartAxis3D

Represents a 3D axis within a RadCartesianChart3D instance.

Inheritance
System.Object
ChartAxis3D
CategoricalAxis3D
LinearAxis3D
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll

Syntax

public abstract class ChartAxis3D : Control, IModelOwner3D, IChart3DPart

Constructors

ChartAxis3D()

Initializes a new instance of the ChartAxis3D class.

Declaration
protected ChartAxis3D()

Fields

LabelIntervalProperty

Identifies the LabelInterval property.

Declaration
public static readonly DependencyProperty LabelIntervalProperty
Field Value
System.Windows.DependencyProperty

LabelStyleProperty

Identifies the LabelStyle property.

Declaration
public static readonly DependencyProperty LabelStyleProperty
Field Value
System.Windows.DependencyProperty

LabelTemplateProperty

Identifies the LabelTemplate property.

Declaration
public static readonly DependencyProperty LabelTemplateProperty
Field Value
System.Windows.DependencyProperty

LineStyleProperty

Identifies the LineStyle property.

Declaration
public static readonly DependencyProperty LineStyleProperty
Field Value
System.Windows.DependencyProperty

MajorTickLengthProperty

Identifies the MajorTickLength property.

Declaration
public static readonly DependencyProperty MajorTickLengthProperty
Field Value
System.Windows.DependencyProperty

PlotModeProperty

Identifies the PlotMode property.

Declaration
public static readonly DependencyProperty PlotModeProperty
Field Value
System.Windows.DependencyProperty

ShowLabelsProperty

Identifies the ShowLabels property.

Declaration
public static readonly DependencyProperty ShowLabelsProperty
Field Value
System.Windows.DependencyProperty

TitleProperty

Identifies the Title property.

Declaration
public static readonly DependencyProperty TitleProperty
Field Value
System.Windows.DependencyProperty

TitleTemplateProperty

Identifies the TitleTemplate property.

Declaration
public static readonly DependencyProperty TitleTemplateProperty
Field Value
System.Windows.DependencyProperty

Properties

LabelInterval

Gets or sets the step at which labels are positioned.

Declaration
public int LabelInterval { get; set; }
Property Value
System.Int32

LabelStyle

Gets or sets the style that is applied to the default axis labels.

Declaration
public Style LabelStyle { get; set; }
Property Value
System.Windows.Style

LabelTemplate

Gets or sets the label template.

Declaration
public DataTemplate LabelTemplate { get; set; }
Property Value
System.Windows.DataTemplate

LineStyle

Gets or sets the style that is applied to the Path element that presents the axis line.

Declaration
public Style LineStyle { get; set; }
Property Value
System.Windows.Style

MajorTickLength

Gets or sets the length of the major tick.

Declaration
public double MajorTickLength { get; set; }
Property Value
System.Double

PlotMode

Gets or sets the plot mode used to position values, ticks, and labels along the axis.

Declaration
public AxisPlotMode PlotMode { get; set; }
Property Value
AxisPlotMode

ShowLabels

Gets or sets a value indicating whether the axis should display labels.

Declaration
public bool ShowLabels { get; set; }
Property Value
System.Boolean

SmartLabelsMode

Gets or sets the smart labels mode that will be used to avoid overlapping labels.

Declaration
public AxisSmartLabelsMode SmartLabelsMode { get; set; }
Property Value
AxisSmartLabelsMode

Title

Gets or sets the title.

Declaration
public object Title { get; set; }
Property Value
System.Object

TitleTemplate

Gets or sets the title template.

Declaration
public DataTemplate TitleTemplate { get; set; }
Property Value
System.Windows.DataTemplate

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.

Declaration
public override void OnApplyTemplate()

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.