ChartAxis3D
Represents a 3D axis within a RadCartesianChart3D instance.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public abstract class ChartAxis3D : Control
Inheritance: objectChartAxis3D
Derived Classes:
Constructors
Initializes a new instance of the ChartAxis3D class.
protected ChartAxis3D()
Fields
LabelIntervalProperty
DependencyProperty
Identifies the LabelInterval property.
public static readonly DependencyProperty LabelIntervalProperty
LabelStyleProperty
DependencyProperty
Identifies the LabelStyle property.
public static readonly DependencyProperty LabelStyleProperty
LabelTemplateProperty
DependencyProperty
Identifies the LabelTemplate property.
public static readonly DependencyProperty LabelTemplateProperty
LineStyleProperty
DependencyProperty
Identifies the LineStyle property.
public static readonly DependencyProperty LineStyleProperty
MajorTickLengthProperty
DependencyProperty
Identifies the MajorTickLength property.
public static readonly DependencyProperty MajorTickLengthProperty
PlotModeProperty
DependencyProperty
Identifies the PlotMode property.
public static readonly DependencyProperty PlotModeProperty
ShowLabelsProperty
DependencyProperty
Identifies the ShowLabels property.
public static readonly DependencyProperty ShowLabelsProperty
TitleProperty
DependencyProperty
Identifies the Title property.
public static readonly DependencyProperty TitleProperty
TitleTemplateProperty
DependencyProperty
Identifies the TitleTemplate property.
public static readonly DependencyProperty TitleTemplateProperty
Properties
Gets or sets the step at which labels are positioned.
public int LabelInterval { get; set; }
LabelStyle
Style
Gets or sets the style that is applied to the default axis labels.
public Style LabelStyle { get; set; }
LabelTemplate
DataTemplate
Gets or sets the label template.
public DataTemplate LabelTemplate { get; set; }
LineStyle
Style
Gets or sets the style that is applied to the Path element that presents the axis line.
public Style LineStyle { get; set; }
Gets or sets the length of the major tick.
public double MajorTickLength { get; set; }
Gets or sets the plot mode used to position values, ticks, and labels along the axis.
public AxisPlotMode PlotMode { get; set; }
Gets or sets a value indicating whether the axis should display labels.
public bool ShowLabels { get; set; }
Gets or sets the smart labels mode that will be used to avoid overlapping labels.
public AxisSmartLabelsMode SmartLabelsMode { get; set; }
TitleTemplate
DataTemplate
Gets or sets the title template.
public DataTemplate TitleTemplate { get; set; }
Methods
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call . In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.
public override void OnApplyTemplate()
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).
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)