ClassLinearAxis3D
Represents a numeric linear 3D axis within a RadCartesianChart3D instance.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class LinearAxis3D : ChartAxis3D
Inheritance: objectChartAxis3DLinearAxis3D
Inherited Members
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
DependencyProperty
DesiredTickCountProperty
Identifies the DesiredTickCount property.
Declaration
public static readonly DependencyProperty DesiredTickCountProperty
Field Value
DependencyProperty
LabelFormatProperty
Identifies the LabelFormat property.
Declaration
public static readonly DependencyProperty LabelFormatProperty
Field Value
DependencyProperty
MajorStepProperty
Identifies the MajorStep property.
Declaration
public static readonly DependencyProperty MajorStepProperty
Field Value
DependencyProperty
MaximumProperty
Identifies the Maximum property.
Declaration
public static readonly DependencyProperty MaximumProperty
Field Value
DependencyProperty
MinimumProperty
Identifies the Minimum property.
Declaration
public static readonly DependencyProperty MinimumProperty
Field Value
DependencyProperty
TickOriginProperty
Identifies the TickOrigin property.
Declaration
public static readonly DependencyProperty TickOriginProperty
Field Value
DependencyProperty
Properties
ActualRange
Gets the actual range used by the axis to plot data points.
Declaration
public ValueRange<double> ActualRange { get; }
Property Value
DesiredTickCount
Gets or sets a value indicating the desired number of axis ticks.
LabelFormat
Gets or sets the format that is used when displaying the default axis labels.
MajorStep
Gets or sets the manually set major step of the axis.
Maximum
Gets or sets the manually set maximum of the axis.
Minimum
Gets or sets the manually set minimum of the axis.
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.
Methods
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.
Events
ActualRangeChanged
Occurs when the actual range changes.
Declaration
public event EventHandler<NumericalRangeChangedEventArgs> ActualRangeChanged
Event Value