)>
Defined in Type: LiveChartViewModel
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 void InitializeControlMenu(IList<ChartObjects>? settings)
Summary: Initializes the control menu with the specified chart object settings, replacing any existing items.
Parameters
| Name | Type | Description |
|---|---|---|
settings | IList | A list of chart object settings to populate the control menu. If settings is null, the control menu is not modified. |
Remarks
Existing items in the control menu are disposed before the new settings are applied. This
method does not modify the control menu if settings is null.