Chart Setup

EnableAnimation

Type: Boolean

Enables/disables animation for the given chart. For use in dashboard mode.

Name

Type: String

The chart name used in dashboard mode.

MarginAll

Type: Number

Sets the margins for all sides, measured in pixels. The right, left, top, and bottom attributes (see below) override this value.

MarginBottom

Type: Number

Sets the bottom margin in pixels.

MarginLeft

Type: Number

Sets the left margin in pixels.

MarginRight

Type: Number

Sets the right margin in pixels.

MarginTop

Type: Number

Sets the top margin in pixels.

Type (Chart Only)

Type: String

Controls the plotting type of the chart.

      CategorizedVertical

      CategorizedHorizontal

      CategorizedBySeriesVertical

      CategorizedBySeriesHorizontal

      Scatter

      Pie

      Doughnut

      Map

Example:

<chart_settings>

<type>CategorizedHorizontal</type>

</chart_settings>

 

Back to Top