AxisLabels

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

Color

Sets the background color for the entire set of axis labels.

Enabled

If set to false axis labels don't appear. By default this is true.

FontColor

Sets the color for the text in the axis labels.

FontSize

Sets the font size for the axis labels.

FontStyle

Sets the various available styles for the text like "Italic" or "Normal".

FontWeight

Sets how the font appears. It takes value like "Bold", "Normal", "Black" etc.

Href

Sets the hyper link (http:// is required).

HrefTarget

Sets where the URL specified in Href to be opened.

Image

Sets the source of the image that has to be applied to the element.

ImageStretch

Sets how the image should be applied to the element.

Interval

Sets how frequently the labels must appear.

LabelAngle

Sets the angle in which the labels appear. Value range is -90 to 90.

Rows

Sets the number of rows in which the labels should appear. Applicable to AxisX only.

TextWrap

Sets the maximum width of the labels relative to chart size. Value range is 0 - 1.

ToolTipText

Sets tool tip content for the axis labels.

ZIndex

Sets the stack order of an element. An element with greater stack order is always in front of another element with lower stack order.