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
MaxEntryCount
Gets the configuration constraining the maximum entry count for category aggregation.
[JsonInclude]
public PropertyMaxEntryCount MaxEntryCount { get; }
Property Value
Rows
Gets the collection of chart rows contributing categories for this TreeMap Y axis.
[JsonInclude]
public CollectionChartRows Rows { get; }