Click or drag to resize

PeriodicRowIndexSegmentsNumberOfItemsPerPeriod Property

Gets the number of items per period. This value must be less than or equal to LengthOfPeriod.

Namespace: Altaxo.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int NumberOfItemsPerPeriod { get; }

Property Value

Int32
Number of items per period, a value less than or equal to LengthOfPeriod.
See Also