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