Click or drag to resize
ChartAxisY Properties

The ChartAxisY type exposes the following members.

Properties
  Name Description
Public property AxisMode
Gets or sets the style of the Y axis.
Public property AxisYType
Type of AxisY(Primary axis or Secondary axes)
Public property IsLogarithmic
Whether to Use Logarithmic scale.
Public property LogarithmBase
Logarithm base.
Remarks
Min possible value is 2
Public property MaxValue
Specifies the max value of the axis range.
(Overrides ChartAxisMaxValue.)
Public property MinValue
Specifies the min value of the axis range.
(Overrides ChartAxisMinValue.)
Public property ScaleBreaks
Scale breaks in Y axis
Public property Segments
Segments collection
Public property Step
Specifies the step at which axis values are calculated
(Overrides ChartAxisStep.)
Top
See Also