ReactivePlotBindingOptions record¶
Defined in
Namespace: CrissCross.WPF.Plot
Assembly: CrissCross.WPF.Plot.dll
Full name: CrissCross.WPF.Plot.ReactivePlotBindingOptions
Modifiers: public sealed
Summary¶
Binding options for reactive chart updates.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class ReactivePlotBindingOptions
class IEquatable~ReactivePlotBindingOptions~ {
<>
}
IEquatable~ReactivePlotBindingOptions~ <|.. ReactivePlotBindingOptions
Implements: IEquatable
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| SourceScheduler | Gets the scheduler used to subscribe to source streams when specified. |
| UiScheduler | Gets the scheduler used to marshal adapter mutations. |
| BatchWindow | Gets the optional time window used to coalesce high-frequency updates. |
| MaxBatchSize | Gets the maximum number of updates combined into a single adapter mutation. |
| MaxVisiblePoints | Gets the optional maximum number of visible points retained per series. |
| MaxAxisCount | Gets the number of configured Y axes that updates may target. |
| OverflowStrategy | Gets the overflow strategy used when maximum visible points is exceeded. |
| ErrorMode | Gets the error mode used for source and validation failures. |
Methods¶
| Name | Summary |
|---|---|
| ToString | |
| GetHashCode | |
| Equals |
Operators¶
| Name | Summary |
|---|---|
| static op_Inequality | |
| static op_Equality |