Interface IDataAxis
This interface supports the RadChart infrastructure and is not meant to be directly used by your code.
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public interface IDataAxis : INotifyPropertyChanged
Properties
ActualMaxValue
Gets the highest value on the axis.
Declaration
double ActualMaxValue { get; }
Property Value
System.Double
|
ActualMinValue
Gets the lowest value on the axis.
Declaration
double ActualMinValue { get; }
Property Value
System.Double
|
ActualStep
Gets the actual step.
Declaration
double ActualStep { get; }
Property Value
System.Double
The actual step. |
AxisLabelsVisibility
Gets the axis labels visibility.
Declaration
Visibility AxisLabelsVisibility { get; }
Property Value
System.Windows.Visibility
The axis labels visibility. |
AxisStyles
Gets the axis styles.
Declaration
AxisStyles AxisStyles { get; }
Property Value
AxisStyles
The axis styles. |
EffectiveLayoutMode
Gets the effective layout mode.
Declaration
AxisLayoutMode EffectiveLayoutMode { get; }
Property Value
AxisLayoutMode
The effective layout mode. |
ItemOverlapFactor
Gets the item overlap factor.
Declaration
double ItemOverlapFactor { get; }
Property Value
System.Double
The item overlap factor. |
ItemWidthFactor
Gets the item width factor.
Declaration
double ItemWidthFactor { get; }
Property Value
System.Double
The item width factor. |
LabelRotationAngle
Gets the label rotation angle.
Declaration
double LabelRotationAngle { get; }
Property Value
System.Double
The label rotation angle. |
LabelStep
Gets the label step.
Declaration
int LabelStep { get; }
Property Value
System.Int32
The label step. |
MajorGridLinesVisibility
Gets the major grid lines visibility.
Declaration
Visibility MajorGridLinesVisibility { get; }
Property Value
System.Windows.Visibility
The major grid lines visibility. |
MajorTicksVisibility
Gets the major ticks visibility.
Declaration
Visibility MajorTicksVisibility { get; }
Property Value
System.Windows.Visibility
The major ticks visibility. |
MinorGridLinesVisibility
Gets the minor grid lines visibility.
Declaration
Visibility MinorGridLinesVisibility { get; }
Property Value
System.Windows.Visibility
The minor grid lines visibility. |
MinorTickPointMultiplier
Gets the minor tick point multiplier.
Declaration
int MinorTickPointMultiplier { get; }
Property Value
System.Int32
The minor tick point multiplier. |
MinorTickPoints
Gets the minor tick points.
Declaration
MinorTickPointCollection MinorTickPoints { get; }
Property Value
MinorTickPointCollection
The minor tick points. |
MinorTicksVisibility
Gets the minor ticks visibility.
Declaration
Visibility MinorTicksVisibility { get; }
Property Value
System.Windows.Visibility
The minor ticks visibility. |
PlotAreaAxisLabelsVisibility
Gets the visibility of the labels of the corresponding axis, rendered at the zero point inside the PlotArea.
Declaration
Visibility PlotAreaAxisLabelsVisibility { get; }
Property Value
System.Windows.Visibility
The axis labels visibility. |
PlotAreaAxisVisibility
Gets the visibility of the corresponding axis, rendered at the zero point inside the PlotArea.
Declaration
Visibility PlotAreaAxisVisibility { get; }
Property Value
System.Windows.Visibility
The visibility of the axis. |
StepLabelLevelCount
Gets the step label value.
Declaration
int StepLabelLevelCount { get; }
Property Value
System.Int32
The step label value. |
StepLabelLevelHeight
Gets the step label offset.
Declaration
int StepLabelLevelHeight { get; }
Property Value
System.Int32
The step label offset. |
StripLinesVisibility
Gets the strip lines visibility.
Declaration
Visibility StripLinesVisibility { get; }
Property Value
System.Windows.Visibility
The strip lines visibility. |
TickPoints
Gets the tick points.
Declaration
TickPointCollection TickPoints { get; }
Property Value
TickPointCollection
The tick points. |
Title
Gets the title.
Declaration
string Title { get; }
Property Value
System.String
The title. |
Visibility
Gets the visibility.
Declaration
Visibility Visibility { get; }
Property Value
System.Windows.Visibility
The visibility. |
Methods
CalculateNumberOfSteps()
Calculates the number of steps in the axis.
Declaration
double CalculateNumberOfSteps()
Returns
System.Double
|
Events
AxisStyleChanged
This event supports the RadChart infrastructure and is not meant to be directly used by your code.
Declaration
event EventHandler<UserStyleChangedEventArgs> AxisStyleChanged
Event Type
System.EventHandler<UserStyleChangedEventArgs>
|
RangeChanged
This event supports the RadChart infrastructure and is not meant to be directly used by your code.
Declaration
event EventHandler RangeChanged
Event Type
System.EventHandler
|