C1.C1Rdl.Rdl2008 Namespace : ChartSeries Class |
The following tables list the members exposed by ChartSeries.
Name | Description | |
---|---|---|
ChartSeries Constructor | Initializes a new instance of the ChartSeries class. |
Name | Description | |
---|---|---|
CategoryAxisName | Gets or sets name of the category axis against which to plot this series. If null or empty, the series should be plotted against the first category axis. | |
ChartAreaName | Gets or sets name of the chart area in which to plot the series. Defaults (if null or empty) to the first chart area in the chart. | |
CustomProperties | Gets ChartSeriesCustomProperties collection defining custom properties for the series. This includes all custom chart attributes for series. | |
DataLabel | Gets ChartDataLabel object indicating the values should be marked with data labels. Applies only within DerivedSeries. | |
DataPoints | Gets ChartDataPoints object containing data points within the series. | |
EmptyPoints | Gets ChartEmptyPoints defining behavior of empty points in the series. | |
Hidden | Gets or sets value indicating whether the series should be hidden. | |
ItemInLegend | Gets ChartItemInLegend object defining how the series appears when displayed in a legend. | |
LegendName | Gets or sets name of the legend in which this series should appear. | |
Marker | Gets ChartMarker object defining appearance of the data point marker. Applies only within DerivedSeries. | |
Name | Gets or sets the unique name of the current object. If an item with the specified name already exists in the collection, an exception is thrown. (Inherited from C1.C1Preview.NamedCollectionItem) | |
SmartLabel | Gets ChartSmartLabel smart label properties. | |
Style | Gets ChartSeries.Style defining style properties for the series. | |
Subtype | Gets or sets visualization subtype for the series. Available subtypes (and default subtype) depends on ChartSeries.Type. By default this property is null it means that default subtype for currently selected ChartSeries.Type wiil be used. | |
Type | Gets or sets visualization type for the series. Default: Column. | |
ValueAxisName | Gets or sets name of the value axis against which to plot this series. If null or empty, the series should be plotted against the first value axis. |
Name | Description | |
---|---|---|
AssignFrom | Overridden. Copies properties from another ChartSeries to the current object. | |
Clone | Creates a copy of the current C1.C1Preview.NamedCollectionItem object. Note that the C1.C1Preview.NamedCollectionItem.Owner property is not copied to the new object. (Inherited from C1.C1Preview.NamedCollectionItem) |