AxisLabels area used to indicate what a certain position on the axis means. AxisLabels are the contained text in region marked in red.

Usage:
<vc:Chart ... >
<vc:AxisX ...>
<vc:AxisLabels .../>
</vc:AxisX>
<vc:AxisY ...>
<vc:AxisLabels .../>
</vc:AxisY>
</vc:Chart>
List of attributes:
|
Attributes |
Function |
|
Sets the background color for the entire set of axis labels. | |
|
If set to false axis labels don't appear. By default this is true. | |
|
Sets the color for the text in the axis labels. | |
|
Sets the font size for the axis labels. | |
|
Sets the various available styles for the text like "Italic" or "Normal". | |
|
Sets how the font appears. It takes value like "Bold", "Normal", "Black" etc. | |
|
Sets the hyper link (http:// is required). | |
|
Sets where the URL specified in Href to be opened. | |
|
Sets the source of the image that has to be applied to the element. | |
|
Sets how the image should be applied to the element. | |
|
Sets how frequently the labels must appear. | |
|
Sets the angle in which the labels appear. Value range is -90 to 90. | |
|
Sets the number of rows in which the labels should appear. Applicable to AxisX only. | |
|
Sets the maximum width of the labels relative to chart size. Value range is 0 - 1. | |
|
Sets tool tip content for the axis labels. | |
|
Sets the stack order of an element. An element with greater stack order is always in front of another element with lower stack order. |