PlotSeriesKey struct¶
Defined in
Namespace: CrissCross.WPF.Plot
Assembly: CrissCross.WPF.Plot.dll
Full name: CrissCross.WPF.Plot.PlotSeriesKey
Modifiers: public sealed
Summary¶
Immutable identity for a chart series.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class PlotSeriesKey
class IEquatable~PlotSeriesKey~ {
<>
}
IEquatable~PlotSeriesKey~ <|.. PlotSeriesKey
Implements: IEquatable
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Immutable identity for a chart series. |
Properties¶
| Name | Summary |
|---|---|
| Name | The stable logical series name. |
| Axis | The target Y-axis index. |
Methods¶
| Name | Summary |
|---|---|
| ToString | |
| GetHashCode | |
| Equals | |
| Deconstruct |
Operators¶
| Name | Summary |
|---|---|
| static op_Inequality | |
| static op_Equality |