MarkerChartSeries Class
Represents a single chart series with Marker.
public abstract class MarkerChartSeries : ChartSeries
Public MustInherit Class MarkerChartSeries
Inherits ChartSeries
- Inheritance:
- System.ObjectMarkerChartSeries
- Derived
Properties
Marker
Gets the marker.
Property Value
The marker.
Inherited Properties
DataLabels | Gets the settings for the data labels for an entire series. (Inherited from ChartSeries) |
DataPoints | Gets the chart series data points. (Inherited from ChartSeries) |
DisplayName | Gets the series display name. If Name is direct value, then Name value is returned; otherwise, if Name is a cell reference, then referenced cell value is returned. (Inherited from ChartSeries) |
Fill | Gets or sets the fill formatting options. (Inherited from ChartSeries) |
Index | Gets the index of this ChartSeries instance in the parent ChartSeriesCollection. If parent chart is a ComboChart's child, value represents a global index. (Inherited from ChartSeries) |
IsLegendEntryVisible | Gets or sets a value indicating whether legend entry for this series instance is visible. (Inherited from ChartSeries) |
Name | Gets or sets the series name as direct value (for example, 'My series') or as a reference to a cell with value (for example, '=Sheet1!A1'). (Inherited from ChartSeries) |
Outline | Gets or sets the outline formatting options. (Inherited from ChartSeries) |
Values | Gets the chart series values. (Inherited from ChartSeries) |
ValuesReference | Gets or sets the chart series values as a cell range reference (for example, 'Sheet1!A1:D1'). Values from cells in the referenced range will be used as values of this series. (Inherited from ChartSeries) |
Inherited Methods
Delete() | Deletes the series. (Inherited from ChartSeries) |
SetValues(System.Collections.IEnumerable) | Sets the chart series values. (Inherited from ChartSeries) |
SetValues(System.Object[]) | Sets the chart series values. (Inherited from ChartSeries) |
ToString() | Returns the DisplayName value. (Inherited from ChartSeries) |