PChart.HasVariableSizes Property

Gets a value indicating whether this chart was constructed with variable sample sizes. When true, cast Series to PointwiseLimitSeries; when false, cast to FixedLimitSeries.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public bool HasVariableSizes { get; }

Property Value

Boolean

See Also