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.
|
ActualMinValue
Gets the lowest value on the axis.
Declaration
double ActualMinValue { get; }
Property Value
System.
|
ActualStep
Gets the actual step.
Declaration
double ActualStep { get; }
Property Value
System. The actual step. |
AxisLabelsVisibility
Gets the axis labels visibility.
Declaration
Visibility AxisLabelsVisibility { get; }
Property Value
System. The axis labels visibility. |
AxisStyles
Gets the axis styles.
Declaration
AxisStyles AxisStyles { get; }
Property Value
Axis The axis styles. |
EffectiveLayoutMode
Gets the effective layout mode.
Declaration
AxisLayoutMode EffectiveLayoutMode { get; }
Property Value
Axis The effective layout mode. |
ItemOverlapFactor
Gets the item overlap factor.
Declaration
double ItemOverlapFactor { get; }
Property Value
System. The item overlap factor. |
ItemWidthFactor
Gets the item width factor.
Declaration
double ItemWidthFactor { get; }
Property Value
System. The item width factor. |
LabelRotationAngle
Gets the label rotation angle.
Declaration
double LabelRotationAngle { get; }
Property Value
System. The label rotation angle. |
LabelStep
Gets the label step.
Declaration
int LabelStep { get; }
Property Value
System. The label step. |
MajorGridLinesVisibility
Gets the major grid lines visibility.
Declaration
Visibility MajorGridLinesVisibility { get; }
Property Value
System. The major grid lines visibility. |
MajorTicksVisibility
Gets the major ticks visibility.
Declaration
Visibility MajorTicksVisibility { get; }
Property Value
System. The major ticks visibility. |
MinorGridLinesVisibility
Gets the minor grid lines visibility.
Declaration
Visibility MinorGridLinesVisibility { get; }
Property Value
System. The minor grid lines visibility. |
MinorTickPointMultiplier
Gets the minor tick point multiplier.
Declaration
int MinorTickPointMultiplier { get; }
Property Value
System. The minor tick point multiplier. |
MinorTickPoints
Gets the minor tick points.
Declaration
MinorTickPointCollection MinorTickPoints { get; }
Property Value
Minor The minor tick points. |
MinorTicksVisibility
Gets the minor ticks visibility.
Declaration
Visibility MinorTicksVisibility { get; }
Property Value
System. 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. 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. The visibility of the axis. |
StepLabelLevelCount
Gets the step label value.
Declaration
int StepLabelLevelCount { get; }
Property Value
System. The step label value. |
StepLabelLevelHeight
Gets the step label offset.
Declaration
int StepLabelLevelHeight { get; }
Property Value
System. The step label offset. |
StripLinesVisibility
Gets the strip lines visibility.
Declaration
Visibility StripLinesVisibility { get; }
Property Value
System. The strip lines visibility. |
TickPoints
Gets the tick points.
Declaration
TickPointCollection TickPoints { get; }
Property Value
Tick The tick points. |
Title
Gets the title.
Declaration
string Title { get; }
Property Value
System. The title. |
Visibility
Gets the visibility.
Declaration
Visibility Visibility { get; }
Property Value
System. The visibility. |
Methods
CalculateNumberOfSteps()
Calculates the number of steps in the axis.
Declaration
double CalculateNumberOfSteps()
Returns
System.
|
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.
|
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.
|