Class PropertyChartEngineTreeMapBase
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Base class for TreeMap chart engines providing shared X axis, filling and algorithm/light settings.
public class PropertyChartEngineTreeMapBase : PropertyChartEngineBase
- Inheritance
-
PropertyChartEngineTreeMapBase
- Derived
- Inherited Members
Properties
Filling
Gets the filling definition.
[JsonInclude]
public PropertyFilling Filling { get; }
Property Value
Sorted
Gets or sets sorting mode.
public string Sorted { get; set; }
Property Value
TreemapAlgorithm
Gets or sets the treemap layout algorithm.
public string TreemapAlgorithm { get; set; }
Property Value
TreemapLightFactor
Gets or sets the light factor for shading.
public string TreemapLightFactor { get; set; }
Property Value
XAxis
Gets the X category axis configuration.
[JsonInclude]
public PropertyCategoryAxisXTreeMap XAxis { get; }