Class PropertyChartEngineTreeMapClustered
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Clustered TreeMap chart engine configuration with Y category axis and optional Z value axis.
public class PropertyChartEngineTreeMapClustered : PropertyChartEngineTreeMapBase
- Inheritance
-
PropertyChartEngineTreeMapClustered
- Inherited Members
Properties
YAxis
Gets the Y category axis configuration.
[JsonInclude]
public PropertyCategoryAxisYTreeMap YAxis { get; }
Property Value
ZAxis
Gets the value axis configuration.
[JsonInclude]
public PropertyValueAxisTreeMap ZAxis { get; }