Skip to content

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")

View source

Summary: Initializes a new instance of the ChartObjects class with the specified item name and color.

Parameters

NameTypeDescription
itemName = "---"stringThe name of the chart item to be displayed. If not specified, defaults to "---".
color = "Green"stringThe color used to represent the chart item. If not specified, defaults to "Green".