WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartMarker

    Show / Hide Table of Contents

    Class ChartMarker

    ChartMarker is used in association with ChartSymbolInfo.

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

    Constructors

    ChartMarker()

    Initializes a new instance of the ChartMarker class.

    Declaration
    public ChartMarker()

    Properties

    LineCap

    Gets or sets the line cap that is to be used with this marker.

    Declaration
    public LineCap LineCap { get; set; }
    Property Value
    Type Description
    System.Drawing.Drawing2D.LineCap

    LineInfo

    Gets or sets the line information associated with this marker.

    Declaration
    public ChartLineInfo LineInfo { get; set; }
    Property Value
    Type Description
    ChartLineInfo

    Methods

    Dispose()

    Method to dispose ChartMarker object.

    Declaration
    public void Dispose()

    See Also

    ChartSymbolInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved