Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal size As System.Integer, _ ByVal style As MarkerStyle, _ ByVal backdrop As Backdrop, _ ByVal line As Line, _ ByVal label As LabelInfo _ ) |
C# | |
---|---|
public Marker( System.int size, MarkerStyle style, Backdrop backdrop, Line line, LabelInfo label ) |
Parameters
- size
- Specifies the size of the Marker, in pixels.
- style
- Specifies the style of the Marker.
- backdrop
- Specifies the backdrop information used to fill the Marker.
- line
- Specifies the line information used to draw the outline of the Marker.
- label
- Specifies the label information used for the Marker.