Table of Contents

Class PropertyMaxEntryCount

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents configuration limiting the maximum number of category entries and handling an optional 'others' bucket.

public class PropertyMaxEntryCount : DomItem
Inheritance
PropertyMaxEntryCount
Inherited Members

Properties

Label

Gets or sets the label for the aggregated 'others' entries.

public string Label { get; set; }

Property Value

string

MaxEntries

Gets or sets the maximum number of entries.

public string MaxEntries { get; set; }

Property Value

string

MinimumPercentage

Gets or sets the minimum percentage threshold for aggregation (if applicable).

public string MinimumPercentage { get; set; }

Property Value

string

WithOthers

Gets or sets whether an 'others' bucket is created.

public string WithOthers { get; set; }

Property Value

string