Table of Contents

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

PropertyFilling

Sorted

Gets or sets sorting mode.

public string Sorted { get; set; }

Property Value

string

TreemapAlgorithm

Gets or sets the treemap layout algorithm.

public string TreemapAlgorithm { get; set; }

Property Value

string

TreemapLightFactor

Gets or sets the light factor for shading.

public string TreemapLightFactor { get; set; }

Property Value

string

XAxis

Gets the X category axis configuration.

[JsonInclude]
public PropertyCategoryAxisXTreeMap XAxis { get; }

Property Value

PropertyCategoryAxisXTreeMap