This type holds the data associated with a series.
Holds data values for the series.
This type holds the numeric data associated with a series.
This type holds the date/time data associated with a series.
This type holds the text data associated with a series.
This type holds the null data associated with a series.
This type holds the stock data associated with a series.
This type holds the gantt data associated with a series.
This type holds the bubble data associated with a series.
This type holds the difference data associated with a series.
This type defines a single element of data to be plotted in a chart. A data element can hold a scalar or a multi-dimensional value.
This type defines a single element of numerical data.
Holds a single numeric value as a double.
This type defines a single element of date/time data.
Holds a single date value as a long.
This type holds all grouping-related information for a series.
Specifies whether grouping is enabled for the
series.
Specifies the unit of grouping.
A data element that specifies the starting point
for grouping. This does not apply to grouping of
Text values. If undefined, grouping starts at
the minimum value.
Specifies the interval of grouping, by
default it's 1.
Specifies the type of data to be grouped.
Specifies the aggregate function to be applied
on orthogonal values for each grouped unit.
This type defines a Trigger. A trigger defines interactivity for a chart component.
Specifies the condition for the Trigger. This value determines when the Action is processed.
Specifies the Action for the Trigger. This value describes the interactivity of the trigger.
Specifies the bubbling behavior of the Trigger.
This type defines an Action. An action is a property defining interactivity for an element. It is associated in a trigger with a trigger condition that defines when the action is to be processed.
Specifies the type of Action. This value determines the way the Action Value is processed.
Specifies the value of the Action.
This type represents design-time definition for a
series.
Holds all the series for the chart.
Defines if and how the series data is to be
grouped for display. This should only be applied
to Base Series.
Defines if and how the series data is to be
sorted for display. This should only be applied
to Base Series.
Specifies Z order among multiple series renderers. Default value is 0. The series renderer with higher z order value will overlay the one with lower value.
This type represents design-time definition for the dataset in a series.
This type represents a rule to process a query expression.
This type sample data that will be used to display the chart at design-time.
Holds the sample data for base series in the chart.
Holds the sample data for orthogonal series in the chart.
This type sample data for a base series.
Holds the sample data for a single data set as a string in the form expected by the DataSetProcessor for the series.
This type sample data for an orthogonal series.
Holds the sample data for a single data set as a string in the form expected by the DataSetProcessor for the series.
Holds the index for the series definition for which this sample data is applicable.