GemBox.Spreadsheet
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    MarkerChartSeries Class

    Namespace:
    GemBox.Spreadsheet.Charts
    Assembly:
    GemBox.Spreadsheet.dll

    Represents a single chart series with Marker.

    • C#
    • VB.NET
    public abstract class MarkerChartSeries : ChartSeries
    Public MustInherit Class MarkerChartSeries
        Inherits ChartSeries
    Inheritance:
    System.Object
    ChartSeries
    MarkerChartSeries
    Derived
    LineChartSeries
    ScatterChartSeries

    Properties

    Marker

    Gets the marker.

    • C#
    • VB.NET
    public Marker Marker { get; }
    Public ReadOnly Property Marker As Marker
    Property Value
    Marker

    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)

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.