PlotSeriesKey(string, int) constructor¶
Defined in
Type: PlotSeriesKey
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 PlotSeriesKey(string Name, int Axis)
Summary: Immutable identity for a chart series.
Parameters
| Name | Type | Description |
|---|---|---|
Name | string | The stable logical series name. |
Axis | int | The target Y-axis index. |