Class ChartMarker
ChartMarker is used in association with ChartSymbolInfo.
Inheritance
System.Object
ChartMarker
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 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 |
---|
System.Drawing.Drawing2D.LineCap |
LineInfo
Gets or sets the line information associated with this marker.
Declaration
public ChartLineInfo LineInfo { get; set; }
Property Value
Type |
---|
ChartLineInfo |
Methods
Dispose()
Method to dispose ChartMarker object.
Declaration
public void Dispose()