Class ChartYAxis
Represents a chart Y Axis.
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class ChartYAxis : ChartAxis, IChartingStateManagedItem, IChartingStateManager, IOrdering
Constructors
ChartYAxis(ChartPlotArea, ChartYAxisType)
Creates a new instance of the ChartYAxis class.
Declaration
public ChartYAxis(ChartPlotArea parent, ChartYAxisType type)
Parameters
ChartPlotArea
parent
|
ChartYAxisType
type
|
Properties
AxisMode
Gets or sets the style of the Y axis.
Declaration
public ChartYAxisMode AxisMode { get; set; }
Property Value
ChartYAxisMode
|
IsLogarithmic
Use Logarithmic scale or not.
Declaration
public bool IsLogarithmic { get; set; }
Property Value
System.Boolean
|
LogarithmBase
Logarithm base.
Declaration
public double LogarithmBase { get; set; }
Property Value
System.Double
|
MaxValue
Specifies the max value of the axis range.
Declaration
public override double MaxValue { get; set; }
Property Value
System.Double
|
Overrides
MinValue
Specifies the min value of the axis range.
Declaration
public override double MinValue { get; set; }
Property Value
System.Double
|
Overrides
ScaleBreaks
Scale breaks settings
Declaration
[SkinnableProperty]
public ScaleBreak ScaleBreaks { get; }
Property Value
ScaleBreak
|
Segments
Segments collection
Declaration
public AxisSegmentCollection Segments { get; }
Property Value
AxisSegmentCollection
|
Step
Specifies the step at which axis values are calculated
Declaration
public override double Step { get; set; }
Property Value
System.Double
|
Overrides
YAxisType
Defines a type of YAxis
Declaration
public ChartYAxisType YAxisType { get; set; }
Property Value
ChartYAxisType
|
Methods
GetAxisEndCoord()
Gets the end value coordinate
Declaration
protected override float GetAxisEndCoord()
Returns
System.Single
Coordinate |
Overrides
GetAxisStartCoord()
Gets the start value coordinate
Declaration
protected override float GetAxisStartCoord()
Returns
System.Single
Coordinate |
Overrides
LoadViewState(Object)
Loads Y axis settings from view state
Declaration
protected override void LoadViewState(object savedState)
Parameters
System.Object
savedState
View state |
Overrides
SaveViewState()
Saves axis settings to a state bag
Declaration
protected override object SaveViewState()
Returns
System.Object
|
Overrides
TrackViewState()
Tracks view state changes
Declaration
protected override void TrackViewState()