AxisLabels are 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:Chart.AxesX>
<vc:Axis>
<vc:Axis.AxisLabels>
<vc:AxisLabels .../>
<vc:Axis.AxisLabels>
</vc:Axis>
</vc:Chart.AxesX>
<vc:Chart.AxesY>
<vc:Axis>
<vc:Axis.AxisLabels>
<vc:AxisLabels .../>
<vc:Axis.AxisLabels>
</vc:Axis>
</vc:Chart.AxesY>
</vc:Chart>
List of attributes:
|
Attributes |
Function |
|
Sets the angle in which the labels appear. Value range is -90 to 90. | |
|
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 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 how frequently the labels must appear. | |
|
Sets the maximum height of AxisLabels. | |
|
Sets the maximum width of AxisLabels. | |
|
Sets the minimum height of AxisLabels. | |
|
Sets the minimum width of AxisLabels. | |
|
Opacity can be used to make any element transparent or opaque. | |
|
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. | |
|
TextAlignment is used to align AxisLabels. The default value is Left. | |
|
Sets tool tip content for the axis labels. |