The ChartSeries type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ChartSeries |
Initializes a new instance of the ChartSeries class.
|
Methods
Name | Description | |
---|---|---|
AssignFrom |
Copies properties from another ChartSeries to the current object.
(Overrides NamedCollectionItem..::..AssignFrom(NamedCollectionItem).) |
|
SetName |
Sets the name of the current item.
(Inherited from NamedCollectionItem.) |
|
SetNameInt |
For internal use.
(Inherited from NamedCollectionItem.) |
Properties
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 NamedCollectionItem.) |
|
Owner |
Gets the NamedCollection containing the current object.
(Inherited from NamedCollectionItem.) |
|
SmartLabel |
Gets ChartSmartLabel smart label properties.
|
|
Style |
Gets Style defining style properties for the series.
|
|
Subtype | ||
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.
|