Table of Contents

Class PropertyValueAxisTreeMap

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

Represents the value axis configuration for TreeMap charts. Provides access to coordinate labels, grid line settings, visual styling and drill-down link configuration.

public class PropertyValueAxisTreeMap : PropertyValueAxisBaseMinimal
Inheritance
PropertyValueAxisTreeMap
Inherited Members

Properties

CoordinateLabelOnObject

Gets the configuration for coordinate labels drawn on the TreeMap items.

[JsonInclude]
public PropertyChartLabelCoordinateOnObject CoordinateLabelOnObject { get; }

Property Value

PropertyChartLabelCoordinateOnObject

Gets the collection of drill-down links for interactive TreeMap navigation.

[JsonInclude]
public CollectionDrillDownLinks? DrillDownLinks { get; }

Property Value

CollectionDrillDownLinks

FixedColorGroup

Gets or sets the fixed color group index expression. Allows assigning the TreeMap values to a static color grouping.

public string FixedColorGroup { get; set; }

Property Value

string

GridLines

Gets the grid line settings for the TreeMap value axis (if supported by the engine variant).

[JsonInclude]
public PropertyGridLines GridLines { get; }

Property Value

PropertyGridLines

Visual

Gets the visual styling container (colors, fonts, etc.) for the value axis.

[JsonInclude]
public PropertyVisual Visual { get; }

Property Value

PropertyVisual