ChartObjects(string, string) constructor¶
Defined in
Type: ChartObjects
Namespace: CrissCross.WPF.Plot
Assembly: CrissCross.WPF.Plot.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
public ChartObjects(string itemName = "---", string color = "Green")
Summary: Initializes a new instance of the ChartObjects class with the specified item name and color.
Parameters
| Name | Type | Description |
|---|---|---|
itemName = "---" | string | The name of the chart item to be displayed. If not specified, defaults to "---". |
color = "Green" | string | The color used to represent the chart item. If not specified, defaults to "Green". |