RadControls for ASP.NET AJAX

RadControls for ASP.NET AJAX

The ChartYAxis type exposes the following members.

Constructors

  NameDescription
Public methodChartYAxis
Initializes a new instance of the ChartYAxis class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAxisCrossingValue
Index/value at which the first perpendicular axis crosses this axis
(Inherited from AxisBase.)
Public propertyColor
Get/Set the color of the axis line
(Inherited from AxisBase.)
Public propertyLabelsAppearance
Defines the appearance settings of axis labels
(Inherited from AxisBase.)
Public propertyMajorGridLines
Major grid lines settings
(Inherited from AxisBase.)
Public propertyMajorTickSize
Get/Set the major tick size. This is the length of the line in pixels that is drawn to indicate the tick on the chart.
(Inherited from AxisBase.)
Public propertyMajorTickType
Get/Set the minor tick type. The tick can either be drawn outside, or hidden by selecting none
(Inherited from AxisBase.)
Public propertyMaxValue
Get/Set whether the maximum value
(Inherited from AxisBase.)
Public propertyMinorGridLines
Minor grid lines settings
(Inherited from AxisBase.)
Public propertyMinorTickSize
Get/Set the minor tick size. This is the length of the line in pixels that is drawn to indicate the tick on the chart.
(Inherited from AxisBase.)
Public propertyMinorTickType
Get/Set the minor tick type. The tick can either be drawn outside, or hidden by selecting none
(Inherited from AxisBase.)
Public propertyMinValue
Get/Set whether the minimum value of the axis
(Inherited from AxisBase.)
Public propertyName
Get/set the name of the axis so that it can be associated with a series
(Inherited from AxisBase.)
Public propertyReversed
Get/Set whether the axis should be reversed
(Inherited from AxisBase.)
Public propertyStep
Get/Set the step for the axis values when MinValue and MaxValue are both set
(Inherited from AxisBase.)
Public propertyTitleAppearance
Defines the appearance settings of axis title
(Inherited from AxisBase.)
Public propertyVisible
Get/Set whether the axis should be visible
(Inherited from AxisBase.)
Public propertyWidth
Get/Set the width of the axis line
(Inherited from AxisBase.)

See Also