Class ChartMarker
ChartMarker is used in association with ChartSymbolInfo.
Inheritance
System.Object
ChartMarker
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public class ChartMarker : Object
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()