[]
Initializes new instance of the MarkerInfo class with a default settings
public Marker()
Initializes new instance of the MarkerInfo class
public Marker(AntiAliasMode antiAliasMode)
Type | Name | Description |
---|---|---|
AntiAliasMode | antiAliasMode |
Initializes new instance of the MarkerInfo class
public Marker(int size, MarkerStyle style, Backdrop backdrop, Line line, LabelInfo label)
Type | Name | Description |
---|---|---|
int | size | Marker size |
MarkerStyle | style | Marker's shape |
Backdrop | backdrop | backdrop info to fill marker shape |
Line | line | line info to outline marker shape |
LabelInfo | label | label info to draw on the marker |
Initializes new instance of the MarkerInfo class
public Marker(int size, MarkerStyle style, Backdrop backdrop, Line line, LabelInfo label, float labelDistanceFactor)
Type | Name | Description |
---|---|---|
int | size | Marker size |
MarkerStyle | style | Marker's shape |
Backdrop | backdrop | backdrop info to fill marker shape |
Line | line | line info to outline marker shape |
LabelInfo | label | label info to draw on the marker |
float | labelDistanceFactor | label distance factor |
Initializes new instance of the MarkerInfo class
public Marker(int size, MarkerStyle style, Backdrop backdrop, Line line, LabelInfo label, AntiAliasMode antiAliasMode)
Type | Name | Description |
---|---|---|
int | size | Marker size |
MarkerStyle | style | Marker's shape |
Backdrop | backdrop | backdrop info to fill marker shape |
Line | line | line info to outline marker shape |
LabelInfo | label | label info to draw on the marker |
AntiAliasMode | antiAliasMode |
For internal use only.
public Marker(string xml)
Type | Name | Description |
---|---|---|
string | xml |
For internal use only.
public Marker(string xml, GraphXmlSerializationContext context)
Type | Name | Description |
---|---|---|
string | xml | |
GraphXmlSerializationContext | context |