Schema file for the chart.model package. This is the basic type from which all charts should be extended. It defines the basic elements that are expected to be present for all charts. Specifies the version number of this chart. Specifies the type of this chart. Specifies the sub-type of this chart. Description of the chart...could be used as tooltip value for example. Defines a virtual entity that is independent of any chart element, but contains them and can be moved around in the chart area for rendering. Specifies the dimensions for the chart. Holds the script for the chart. Holds the units of measurement for the model. Specifies the thickness to be used while rendering the chart with depth or in 3D, by default it's 10. Specifies the number of columns to use if multiple series are to be plotted in a single chart. Holds a generic list of properties (as name-value pairs) for minor extensions to the chart. Preferred way to add properties remains through modification of schema. Holds a collection of sample values for use by the chart. Holds a collection of style maps for use by the chart. Holds the settings for interacive features. Provides the message text to be displayed in the place of plot area when the chart contains no data. By default, it's visible is faulse, which indicates if the chart contains no data, the whole chart will be hide. This is a chart with axes...(e.g. Bar Chart, Line Chart, etc). It contains one base axis and one or more orthoganal axes. Holds all the base axes for the chart. Specifies the fill to be used for the chart wall (for charts with depth). Specifies the fill to be used for the chart floor (for charts with depth). Specifies whether the chart is a vertical or horizontal chart. Specifies the spacing between the last series element of one unit and the first series element of the next unit in the chart. This should be given as a percentage. Specifies the rotation angle by three directions for the chart. Specifies if the categories are in reverse order The field indicates if the layout of multiple Y axes is like Study Chart. This is a chart without axes...(e.g. Pie Chart, Donut Chart, etc). Defines the source of the series. Defines the minimum value of a slice Defines if the MinSlice value is a percentage value Defines the label for MinSlice Specifies the percentage of size that the chart graphics (pie or dial) in client area. By default it's not set, which means the size will be auto adjusted. This is a special type of ChartWithoutAxes class that contains information specific to dials. If true, all dials are superimposed, otherwise they are rendered next to each other.