|
AxisCaption | | The axis caption/title. |
AxisLineColor | | Sets the color of the line marking the axis itself.
Enter a color by name, decimal RGB value, or hex RGB value. Prefix hex values with the pound sign, e.g. #D5F484.
|
AxisLineColorTransparency | | The related Axis Line Color attribute sets the color of the axis line. Axis Line Color Transparency adds transparency to that color.
The lowest value of “0” specifies that the axis line is opaque, with no transparency. At the other end of the scale, “15” specifies a completely transparent line. Use medium-level transparency to allow different chart layers to show through each other.
|
AxisLineThickness | | Sets the thickness of the axis line, in pixels.
The default value is 1 pixel.
|
AxisPaddingTop | | Sets the padding between the edge of the plot area and the highest data value, in pixels. This is useful for preventing the highest data value from appearing right at the edge of the plot area.
The default value is 5 pixels.
|
AxisSpacing | | Sets the space between the edge of the chart plot area and the axis line, in pixels.
The default is 0 pixels.
|
AxisType | NumericLogarithmic |
NumericLinear |
DateTimeLinear |
| Sets the type of scale for the axis.
This can be a "smooth" scale, consistent with a stream of numbers or dates/times. When working with the X-Axis element, it can also be “Category” (e.g. Apples, Oranges) which are often visualized using Bar and Pie charts.
The default varies based on the axis column data type: Text = “Category”, Date/Time = “DateTimeLinear”, Numeric = “NumericLinear”
|
HideAxis | | Hides the axis.
The default value is "False".
|
HideFirstLabel | | Hides the first tick mark label.
The default value is "False".
|
HideLastLabel | | Hides the last tick mark label.
The default value is "False".
|
ID | | The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |
OppositeSide | | Specifies that the axis be displayed on the opposite side from its normal position: Left for vertical axes and Bottom for horizontal axes.
The default value is "False".
|
OppositeSideAlignment | | When there are two vertical or two horizontal axes, the appearance may be improved by aligning the tick marks with each other.
Default value is "False". |
ReverseAxis | | Set to “True” to reverse the axis. |
ReversedStackSeriesOrder | | When there are multiple Series, or there is a DataLayer.Crosstab which generates multiple series, and the series are stocked, this attribute reverses how the values are stacked.
The default is False.
|
ScaleLowerBound | | Sets the lower bound of the axis. Set this value to a number, or leave it blank for automatic scaling. When you have a lower bound, you must also specify an upper bound.
The default value is automatic scaling.
|
ScaleUpperBound | | Sets the upper bound of the axis. Set this value to a number, or leave it blank for automatic scaling. When you have an upper bound, you must also specify a lower bound.
The default value is automatic scaling.
|