Click or drag to resize
ChartAxisY Class
The Y axis of the Chart control
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelStateManagerBase
    Kettic.AspNet.Controls.ChartModelRenderingElement
      Kettic.AspNet.Controls.ChartModelChartAxis
        Kettic.AspNet.Controls.ChartModelChartAxisY

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class ChartAxisY : ChartAxis

The ChartAxisY type exposes the following members.

Constructors
  NameDescription
Public methodChartAxisY
Creates a new instance of the ChartAxisY class.
Top
Properties
  NameDescription
Public propertyAxisMode
Gets or sets the style of the Y axis.
Public propertyAxisYType
Type of AxisY(Primary axis or Secondary axes)
Public propertyIsLogarithmic
Whether to Use Logarithmic scale.
Public propertyLogarithmBase
Logarithm base.
Remarks
Min possible value is 2
Public propertyMaxValue
Specifies the max value of the axis range.
(Overrides ChartAxisMaxValue.)
Public propertyMinValue
Specifies the min value of the axis range.
(Overrides ChartAxisMinValue.)
Public propertyScaleBreaks
Scale breaks in Y axis
Public propertySegments
Segments collection
Public propertyStep
Specifies the step at which axis values are calculated
(Overrides ChartAxisStep.)
Top
See Also