Initializes a new instance of the EmptyElement class.
Overload List
Overload |
Description |
EmptyElement Constructor() |
Initializes a new instance of the EmptyElement class. |
EmptyElement Constructor(String,Color) |
Initializes a new instance of the EmptyElement class with a label string and color. |
EmptyElement Constructor(String,Color,Color) |
Initializes a new instance of the EmptyElement class with a label string, color and marker color. |
EmptyElement Constructor(String,Color,Color,ElementMarkerType) |
Initializes a new instance of the EmptyElement class with a label string, color, marker color and type. |
EmptyElement Constructor(String,Color,ElementMarker) |
Initializes a new instance of the EmptyElement class with a label string, color, and marker object. |
See Also