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

    Show / Hide Table of Contents

    Marker Class

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

    Represents a marker for LineChartSeries and ScatterChartSeries.

    • C#
    • VB.NET
    public sealed class Marker
    Public NotInheritable Class Marker
    Inheritance:
    System.Object
    Marker

    Properties

    Fill

    Gets or sets the fill formatting options.

    • C#
    • VB.NET
    public FillFormat Fill { get; set; }
    Public Property Fill As FillFormat
    Property Value
    FillFormat

    The fill formatting options.

    MarkerType

    Gets or sets the marker type.

    • C#
    • VB.NET
    public MarkerType MarkerType { get; set; }
    Public Property MarkerType As MarkerType
    Property Value
    MarkerType

    The marker type.

    Outline

    Gets or sets the outline formatting options.

    • C#
    • VB.NET
    public LineFormat Outline { get; set; }
    Public Property Outline As LineFormat
    Property Value
    LineFormat

    The outline formatting options.

    Size

    Gets or sets the marker size.

    • C#
    • VB.NET
    public double? Size { get; set; }
    Public Property Size As Double?
    Property Value
    System.Nullable<System.Double>

    The marker size.

    Methods

    Delete()

    Deletes the marker from series.

    • C#
    • VB.NET
    public void Delete()
    Public Sub Delete

    ToString()

    Returns a System.String that represents this Marker instance.

    • C#
    • VB.NET
    public override string ToString()
    Public Overrides Function ToString As String
    Returns
    System.String

    A System.String that represents this Marker instance.

    Overrides
    System.Object.ToString()
    Remarks

    This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.