[]
Marker object
[TypeConverter(typeof(Marker.Converter))]
public sealed class Marker : MouseEnabledItem, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomDrawer, IMouseEnabled, IMouseHandler
| Name | Description |
|---|---|
| Marker() | Initializes new instance of the MarkerInfo class with a default settings |
| Marker(AntiAliasMode) | Initializes new instance of the MarkerInfo class |
| Marker(int, MarkerStyle, Backdrop, Line, LabelInfo) | Initializes new instance of the MarkerInfo class |
| Marker(int, MarkerStyle, Backdrop, Line, LabelInfo, AntiAliasMode) | Initializes new instance of the MarkerInfo class |
| Marker(int, MarkerStyle, Backdrop, Line, LabelInfo, float) | Initializes new instance of the MarkerInfo class |
| Marker(string) | For internal use only. |
| Marker(string, GraphXmlSerializationContext) | For internal use only. |
| Name | Description |
|---|---|
| Backdrop | Gets or sets background info to fill marker shape |
| Label | Gets or sets label info to draw on marker |
| LabelDistanceFactor | Gets or sets label distance factor. |
| Line | Gets or sets line info to stroke marker shape |
| Size | Gets or sets marker size |
| Style | Gets or sets marker shape |
| Name | Description |
|---|---|
| Clone() | This member overrides
|
| Equals(object) | Compare the Marker object to another System.Object and check if the two are equal. |
| GetHashCode() | It functions as a hash function for a particular type. It is suitable for use in data structures such as hash algorithm and hash table. |