Skip to content

ReactivePlotBindingOptions record

Defined in

Namespace: CrissCross.WPF.Plot Assembly: CrissCross.WPF.Plot.dll Full name: CrissCross.WPF.Plot.ReactivePlotBindingOptions Modifiers: public sealed

Summary

View source

        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

NameSummary
.ctor

Properties

NameSummary
SourceSchedulerGets the scheduler used to subscribe to source streams when specified.
UiSchedulerGets the scheduler used to marshal adapter mutations.
BatchWindowGets the optional time window used to coalesce high-frequency updates.
MaxBatchSizeGets the maximum number of updates combined into a single adapter mutation.
MaxVisiblePointsGets the optional maximum number of visible points retained per series.
MaxAxisCountGets the number of configured Y axes that updates may target.
OverflowStrategyGets the overflow strategy used when maximum visible points is exceeded.
ErrorModeGets the error mode used for source and validation failures.

Methods

NameSummary
ToString
GetHashCode
Equals

Operators

NameSummary
static op_Inequality
static op_Equality
Inherited members