RadControls for ASP.NET AJAX The ChartYAxis type exposes the following members.
Constructors
Methods
Properties
|
| Name | Description |
|---|
 | AxisCrossingValue |
Index/value at which the first perpendicular axis crosses this axis
(Inherited from AxisBase.) |
 | Color |
Get/Set the color of the axis line
(Inherited from AxisBase.) |
 | LabelsAppearance |
Defines the appearance settings of axis labels
(Inherited from AxisBase.) |
 | MajorGridLines |
Major grid lines settings
(Inherited from AxisBase.) |
 | MajorTickSize |
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.) |
 | MajorTickType |
Get/Set the minor tick type. The tick can either be drawn outside, or hidden by selecting none
(Inherited from AxisBase.) |
 | MaxValue |
Get/Set whether the maximum value
(Inherited from AxisBase.) |
 | MinorGridLines |
Minor grid lines settings
(Inherited from AxisBase.) |
 | MinorTickSize |
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.) |
 | MinorTickType |
Get/Set the minor tick type. The tick can either be drawn outside, or hidden by selecting none
(Inherited from AxisBase.) |
 | MinValue |
Get/Set whether the minimum value of the axis
(Inherited from AxisBase.) |
 | Name |
Get/set the name of the axis so that it can be associated with a series
(Inherited from AxisBase.) |
 | Reversed |
Get/Set whether the axis should be reversed
(Inherited from AxisBase.) |
 | Step |
Get/Set the step for the axis values when MinValue and MaxValue are both set
(Inherited from AxisBase.) |
 | TitleAppearance |
Defines the appearance settings of axis title
(Inherited from AxisBase.) |
 | Visible |
Get/Set whether the axis should be visible
(Inherited from AxisBase.) |
 | Width |
Get/Set the width of the axis line
(Inherited from AxisBase.) |
See Also