Marker Class
Represents a marker for LineChartSeries and ScatterChartSeries.
- Inheritance:
- System.ObjectMarker
Properties
Fill
Gets or sets the fill formatting options.
Property Value
The fill formatting options.
MarkerType
Gets or sets the marker type.
Property Value
The marker type.
Outline
Gets or sets the outline formatting options.
Property Value
The outline formatting options.
Size
Gets or sets the marker size.
Property Value
- System.Nullable<System.Double>
The marker size.
Methods
Delete()
Deletes the marker from series.
ToString()
Returns a System.String that represents this Marker instance.
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).