menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Markers - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Markers

    Inheritance
    System.Object
    Markers
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public class Markers

    Constructors

    Markers()

    Initializes a new instance of the Markers class.

    Declaration
    public Markers()

    Properties

    EndPointColor

    Gets or sets Markercolor of the End point.

    Declaration
    public BrushInfo EndPointColor { get; set; }
    Property Value
    Type
    BrushInfo

    HighPointColor

    Gets or sets Markercolor of the High point.

    Declaration
    public BrushInfo HighPointColor { get; set; }
    Property Value
    Type
    BrushInfo

    LowPointColor

    Gets or sets Markercolor of the Low point.

    Declaration
    public BrushInfo LowPointColor { get; set; }
    Property Value
    Type
    BrushInfo

    MarkerColor

    Gets or sets Markercolor for all points.

    Declaration
    public BrushInfo MarkerColor { get; set; }
    Property Value
    Type
    BrushInfo

    NegativePointColor

    Gets or sets Markercolor of the Negative point.

    Declaration
    public BrushInfo NegativePointColor { get; set; }
    Property Value
    Type
    BrushInfo

    ShowEndPoint

    Gets or sets a value indicating whether the End point marker are shown.

    Declaration
    public bool ShowEndPoint { get; set; }
    Property Value
    Type
    System.Boolean

    ShowHighPoint

    Gets or sets a value indicating whether the High point marker are shown.

    Declaration
    public bool ShowHighPoint { get; set; }
    Property Value
    Type
    System.Boolean

    ShowLowPoint

    Gets or sets a value indicating whether the Low point marker are shown.

    Declaration
    public bool ShowLowPoint { get; set; }
    Property Value
    Type
    System.Boolean

    ShowMarker

    Gets or sets a value indicating whether the marker are shown for all line points.

    Declaration
    public bool ShowMarker { get; set; }
    Property Value
    Type
    System.Boolean

    ShowNegativePoint

    Gets or sets a value indicating whether the Negative point marker are shown.

    Declaration
    public bool ShowNegativePoint { get; set; }
    Property Value
    Type
    System.Boolean

    ShowStartPoint

    Gets or sets a value indicating whether the Start point marker are shown.

    Declaration
    public bool ShowStartPoint { get; set; }
    Property Value
    Type
    System.Boolean

    StartPointColor

    Gets or sets Markercolor of the Start point.

    Declaration
    public BrushInfo StartPointColor { get; set; }
    Property Value
    Type
    BrushInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved