Table of Contents

Class PropertyCategoryAxisYTreeMap

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

Represents the Y category axis configuration for TreeMap charts, including grid lines, row (category) assignments and entry count restrictions.

public class PropertyCategoryAxisYTreeMap : PropertyCategoryAxisBase
Inheritance
PropertyCategoryAxisYTreeMap
Inherited Members

Properties

GridLines

Gets the grid line settings for the Y category axis.

[JsonInclude]
public PropertyGridLines GridLines { get; }

Property Value

PropertyGridLines

MaxEntryCount

Gets the configuration constraining the maximum entry count for category aggregation.

[JsonInclude]
public PropertyMaxEntryCount MaxEntryCount { get; }

Property Value

PropertyMaxEntryCount

Rows

Gets the collection of chart rows contributing categories for this TreeMap Y axis.

[JsonInclude]
public CollectionChartRows Rows { get; }

Property Value

CollectionChartRows