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 LinearAxis3D

Represents a numeric linear 3D axis within a RadCartesianChart3D instance.

Inheritance
System.Object
ChartAxis3D
LinearAxis3D
Inherited Members
ChartAxis3D.ShowLabelsProperty
ChartAxis3D.LabelStyleProperty
ChartAxis3D.LabelTemplateProperty
ChartAxis3D.LabelIntervalProperty
ChartAxis3D.TitleProperty
ChartAxis3D.TitleTemplateProperty
ChartAxis3D.LineStyleProperty
ChartAxis3D.MajorTickLengthProperty
ChartAxis3D.PlotModeProperty
ChartAxis3D.OnApplyTemplate()
ChartAxis3D.OnPropertyChanged(DependencyPropertyChangedEventArgs)
ChartAxis3D.ShowLabels
ChartAxis3D.LabelStyle
ChartAxis3D.LabelTemplate
ChartAxis3D.LabelInterval
ChartAxis3D.Title
ChartAxis3D.TitleTemplate
ChartAxis3D.LineStyle
ChartAxis3D.MajorTickLength
ChartAxis3D.PlotMode
ChartAxis3D.SmartLabelsMode
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll

Syntax

public class LinearAxis3D : ChartAxis3D, IModelOwner3D, IChart3DPart

Constructors

LinearAxis3D()

Initializes a new instance of the LinearAxis3D class.

Declaration
public LinearAxis3D()

Fields

ActualRangeProperty

Identifies the ActualRange dependency property.

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

DesiredTickCountProperty

Identifies the DesiredTickCount property.

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

LabelFormatProperty

Identifies the LabelFormat property.

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

MajorStepProperty

Identifies the MajorStep property.

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

MaximumProperty

Identifies the Maximum property.

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

MinimumProperty

Identifies the Minimum property.

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

TickOriginProperty

Identifies the TickOrigin property.

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

Properties

ActualRange

Gets the actual range used by the axis to plot data points.

Declaration
public ValueRange<double> ActualRange { get; }
Property Value
ValueRange<System.Double>

DesiredTickCount

Gets or sets a value indicating the desired number of axis ticks.

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

LabelFormat

Gets or sets the format that is used when displaying the default axis labels.

Declaration
public string LabelFormat { get; set; }
Property Value
System.String

MajorStep

Gets or sets the manually set major step of the axis.

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

Maximum

Gets or sets the manually set maximum of the axis.

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

Minimum

Gets or sets the manually set minimum of the axis.

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

TickOrigin

Gets or sets a value that indicates where the ticks originate. The position of the ticks is determined based on the combination of the MajorStep and TickOrigin values. The axis will generate the ticks and labels in a way so that a label would be positioned at the given TickOrigin.

Declaration
public Nullable<double> TickOrigin { get; set; }
Property Value
System.Nullable<System.Double>

Methods

OnCreateAutomationPeer()

Returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer

The type-specific System.Windows.Automation.Peers.AutomationPeer implementation.

Events

ActualRangeChanged

Occurs when the actual range changes.

Declaration
public event EventHandler<NumericalRangeChangedEventArgs> ActualRangeChanged
Event Type
System.EventHandler<NumericalRangeChangedEventArgs>

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.