Skip to content

LiveChart.UseFixedNumberOfPoints property

Defined in

Type: LiveChart 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 bool UseFixedNumberOfPoints { get; set; }

View source

Summary: Gets or sets a value indicating whether a fixed number of points should be used for rendering or calculation.

Returns: bool

Remarks

When set to true, the system uses a predetermined number of points, which may affect performance and accuracy depending on the scenario. When set to false, the number of points may be determined dynamically based on other factors.