| ChartAxisY Class |
Namespace: Kettic.AspNet.Controls.ChartModel
The ChartAxisY type exposes the following members.
| Name | Description | |
|---|---|---|
| ChartAxisY | Creates a new instance of the ChartAxisY class. |
| Name | Description | |
|---|---|---|
| AxisMode |
Gets or sets the style of the Y axis.
| |
| AxisYType |
Type of AxisY(Primary axis or Secondary axes)
| |
| IsLogarithmic |
Whether to Use Logarithmic scale.
| |
| LogarithmBase |
Logarithm base.
Min possible value is 2 | |
| MaxValue |
Specifies the max value of the axis range.
(Overrides ChartAxisMaxValue.) | |
| MinValue |
Specifies the min value of the axis range.
(Overrides ChartAxisMinValue.) | |
| ScaleBreaks |
Scale breaks in Y axis
| |
| Segments |
Segments collection
| |
| Step |
Specifies the step at which axis values are calculated
(Overrides ChartAxisStep.) |