CustomLegendItem Constructors
An individual custom legend item.Name | Parameters | Description |
---|---|---|
CustomLegendItem() | none | Initializes a new instance of the CustomLegendItem class with the default settings. |
CustomLegendItem(String, String) | name, text | Initializes a new instance of the CustomLegendItem class with the specified name and text. |
CustomLegendItem(String) | name | Initializes a new instance of the CustomLegendItem class with the specified name. |
See Also