The horizontal and vertical axis in a Chart is referred to as Axis. Axis is the parent of AxisLabels, Ticks and Grids. Please refer to the figure below:
Usage:
<vc:Chart ... >
<vc:Chart.AxesX>
<vc:Axis>
.
.
</vc:Axis>
</vc:Chart.AxesX>
<vc:Chart.AxesY>
<vc:Axis>
.
.
</vc:Axis>
</vc:Chart.AxesY>
</vc:Chart>
List of attributes:
|
Attribute |
Function |
|
Sets the largest value that must appear on the axis. | |
|
Sets the smallest value that must appear on the axis. | |
|
AxisType can be used to set whether the axis should behave as primary axis or secondary axis. | |
|
Sets the color of the entire axis. | |
|
This attribute sets the pointer that displays when the user moves the mouse over an element. | |
|
Represents a collection of ChartGrid in a Chart. | |
|
If true then axis can be seen, otherwise is not shown. Default is 'True'. | |
|
Sets the hyper link (http:// is required). | |
|
Sets where the URL specified in Href to be opened. | |
|
Sets how frequently the AxisLabels, ChartGrid and Ticks must appear. | |
|
Gets or Sets the type of Interval gap after which the labels or grids or ticks will repeat in an Axis. | |
|
Sets the color of the axis line. | |
|
Sets the style of the axis line, like "Dashed", "Dotted" etc. | |
|
Sets the thickness of the axis line. | |
|
Sets the maximum height of Axis. | |
|
Sets the maximum width of Axis. | |
|
Sets the minimum height of Axis. | |
|
Sets the minimum width of Axis. | |
|
Opacity can be used to make any element transparent or opaque. | |
|
Sets the gap to be left between various elements inside Axis. | |
|
Sets the prefix that will be added to all the AxisLabels. (Prefix + AxisLabels) | |
|
Sets the scaling values along with units. | |
|
Enables or Disables the Visifire's automatic-range selection. | |
|
Gets or Sets the horizontal or vertical offset of the ScrollBar. | |
|
ScrollBarScale sets the size of ScrollBar thumb. | |
|
ScrollBarSize sets the size of ScrollBar. | |
|
Sets the suffix that will be added to all the AxisLabels. (AxisLabels + Suffix) | |
|
Represents a collection of Ticks in a Chart. | |
|
Sets the text that will appear in the axis title. | |
|
Sets the font color for the axis title. | |
|
Sets the font for the axis title. | |
|
Sets the font size for the axis title. | |
|
Sets the styles for axis title. It takes values like "Italic" or "Normal". | |
|
Sets how the font appears. It takes value like "Bold", "Normal", "Black" etc. | |
|
Sets the tool tip content for the axis. | |
|
Sets the format string that will be used to convert the numbers that will be displayed on the axis. | |
|
Gets axis data view maximum XValue position. It is a read only property. | |
|
Gets axis data view minimum XValue position. It is a read only property. |