|
AltText | | The Alternate Text is displayed when the browser options have images turned off. The text is also used by browsers that convert text to speech or braille output. |
AnimationDuration | | Sets the duration of chart animations, in milliseconds. To disable animation, enter a 0 value. |
AutoQuicktip | | Enables the display of Quicktips, with automatically determine information, when the mouse is hovered over data points. To create customized Quicktips, add a Quicktip element under the Series element.
The default value is "True".
|
BackgroundColor | | Sets the background color of the element.
Enter a color by name, decimal RGB value, or hex RGB value. Prefix hex values with the pound sign, like #112233. |
BackgroundColorTransparency | | The related Background Color attribute sets the element’s background color. Background Color Transparency adds transparency to that color.
The lowest value of “0” specifies that the background is opaque, with no transparency. At the other end of the scale, “15” specifies a completely transparent background. Use medium-level transparency to allow different chart layers to show through each other.
|
BorderColor | | Sets the color of border lines.
Enter a color by name, decimal RGB value, or hex RGB value. Prefix hex values with the pound sign, like #112233. |
BorderColorTransparency | | The related Border Color attribute sets the canvas border line color. Border Color Transparency adds transparency to that color.
The lowest value of “0” specifies that the border 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.
|
BorderRadius | | Sets the amount of rounding for canvas, legend, and data label corners, in pixels.
|
ChartBorderThickness | | Sets the canvas border thickness, in pixels.
The default value is 0, for no border.
|
ChartCaption | | Specifies a caption, or title, for the chart, which normally appears at the top of the canvas area. |
ChartHeight | | The height of the chart image, in pixels. |
ChartOrientation | | Allows swapping of the X and Y coordinates. The default value is Vertical, meaning data points are plotted on the Y-axis and labels are listed across the X-axis. |
ChartSubCaption | | Specifies a sub-caption of the chart, which normally appears below the chart Caption. |
ChartWidth | | The width of the chart, usually in pixels.
For ChartCanvas charts, the value may be a percentage, by specifying the value like "50%". |
Class | | Sets the Cascading Style Sheet class used by the element. When set, this class will also be used by all child elements that don't have their own class. The class should be defined in the report's style sheet file. |
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. |
NoDataCaption | | Specifies text to be shown in the ChartCanvas when no data are returned from the chart's datalayers. |
NoDebuggerLink | | When True, the chart will not show a Debugger Trace link icon even when application debugging is enabled.
This is helpful when page-level debug icons are desirable during development, but for charts the icons interfere with layout.
|
PlotBackgroundColor | | Sets the color of the chart plot area (the chart “background”).
Enter a color by name, decimal RGB value, or hex RGB value. Prefix hex values with the pound sign, e.g. #D5F484
|
PlotBackgroundColorTransparency | | The related Plot Background Color attribute sets the color for the plot area. Plot Background Color Transparency adds transparency to that color.
The lowest value of “0” specifies that the plot area is opaque, with no transparency. At the other end of the scale, “15” specifies a completely transparent area. Use medium-level transparency to allow different chart layers to show through each other.
|
PlotBackgroundImage | | Specifies the complete URL of an image to be displayed in the chart plot area (a chart “background” image).
Use CSS, rather than this attribute, to specify a background image for the entire canvas.
|
PlotBorderColor | | Sets the color of chart plot area border lines.
Enter a color by name, decimal RGB value, or hex RGB value. Prefix hex values with the pound sign, e.g. #D5F484.
|
PlotBorderColorTransparency | | The related Plot Border Color attribute sets the color for the plot area border lines. Plot Border Color Transparency adds transparency to that color.
The lowest value of “0” specifies that the border 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
|
PlotBorderThickness | | Sets the chart plot area border line thickness, in pixels.
The default value is 0, for no border.
|
Polar | | Set to "True" to transform Cartesian charts (e.g. Area, Bar, Line, and Spline) into the Polar/Radial coordinate system.
The default value is "False".
|
SpacingBottom | | Sets the space between the bottom edge of the chart content (including the plot area and labels) and the bottom border of the chart, in pixels.
The default value is 15 pixels.
|
SpacingLeft | | Sets the space between the left edge of the chart content (including the plot area and labels) and the left border of the chart, in pixels.
The default value is 10 pixels.
|
SpacingRight | | Sets the space between the right edge of the chart content (including the plot area and any labels) and the right border of the chart, in pixels.
The default value is 10 pixels.
|
SpacingTop | | Sets the space between the top edge of the chart content (including the plot area and any captions) and the top border of the chart, in pixels.
The default value is 10 pixels.
|