
| ChartAxisY Class | 
 Inheritance Hierarchy
Inheritance Hierarchy
        Namespace: Kettic.AspNet.Controls.ChartModel
 Syntax
SyntaxThe ChartAxisY type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ChartAxisY | Creates a new instance of the ChartAxisY class. | 
 Properties
Properties| 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.
              Remarks 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.) | 
 See Also
See Also