Show / Hide Table of Contents

Class IgbTreemapNodeStyleMapping

Represents a style to apply to a set of nodes in the treemap.

Inheritance
System.Object
BaseRendererElement
IgbTreemapNodeStyle
IgbTreemapNodeStyleMapping
Implements
JsonSerializable
System.IDisposable
Inherited Members
IgbTreemapNodeStyle.HeaderHoverBackground
IgbTreemapNodeStyle.HeaderBackground
IgbTreemapNodeStyle.HeaderTextColor
IgbTreemapNodeStyle.Label
IgbTreemapNodeStyle.TextColor
IgbTreemapNodeStyle.HeaderHoverTextColor
IgbTreemapNodeStyle.HeaderLabelLeftMargin
IgbTreemapNodeStyle.HeaderLabelTopMargin
IgbTreemapNodeStyle.HeaderLabelRightMargin
IgbTreemapNodeStyle.HeaderLabelBottomMargin
IgbTreemapNodeStyle.LabelLeftMargin
IgbTreemapNodeStyle.LabelTopMargin
IgbTreemapNodeStyle.LabelRightMargin
IgbTreemapNodeStyle.LabelBottomMargin
IgbTreemapNodeStyle.HeaderHeight
IgbTreemapNodeStyle.LabelHorizontalAlignment
IgbTreemapNodeStyle.LabelVerticalAlignment
IgbTreemapNodeStyle.Fill
IgbTreemapNodeStyle.Outline
IgbTreemapNodeStyle.StrokeThickness
IgbTreemapNodeStyle.Opacity
IgbTreemapNodeStyle.FadeOpacity
IgbTreemapNodeStyle.HighlightingHandled
BaseRendererElement._name
BaseRendererElement._cachedSerializedContent
BaseRendererElement.BuildRenderTree(RenderTreeBuilder)
BaseRendererElement.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererElement.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelper(String, String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelperSync(String, String, Object[], String[], ElementReference[])
BaseRendererElement.IsPropDirty(String)
BaseRendererElement.Serialize(SerializationContext, String)
BaseRendererElement.Serialize()
BaseRendererElement.EnsureValid()
BaseRendererElement.FromEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.ToEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.SetResourceStringAsync(String, String, String)
BaseRendererElement.SetResourceStringAsync(String, String)
BaseRendererElement.IgBlazor
BaseRendererElement.IsComponentRooted
BaseRendererElement.ParentTypeName
BaseRendererElement.UseDirectRender
BaseRendererElement.ChildContent
BaseRendererElement.SupportsVisualChildren
BaseRendererElement.Name
BaseRendererElement.Parent
BaseRendererElement.MethodTarget
BaseRendererElement.CurrParent
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbTreemapNodeStyleMapping : IgbTreemapNodeStyle, JsonSerializable, IDisposable

Constructors

IgbTreemapNodeStyleMapping()

Declaration
public IgbTreemapNodeStyleMapping()

Properties

MappingMode

Gets or sets the mapping mode to use to evaluate whether the mapping applies.

Declaration
public TreemapValueMappingMode MappingMode { get; set; }
Property Value
Type Description
TreemapValueMappingMode

MaximumValue

Gets or sets the maximum value to which the mapping applies.

Declaration
public double MaximumValue { get; set; }
Property Value
Type Description
System.Double

MinimumValue

Gets or sets the minimum value to which the mapping applies.

Declaration
public double MinimumValue { get; set; }
Property Value
Type Description
System.Double

TargetType

Gets or sets the unique name of the mapping.

Declaration
public TreemapNodeStyleMappingTargetType TargetType { get; set; }
Property Value
Type Description
TreemapNodeStyleMappingTargetType

TreemapParent

Declaration
protected BaseRendererControl TreemapParent { get; set; }
Property Value
Type Description
BaseRendererControl

Type

Declaration
public override string Type { get; }
Property Value
Type Description
System.String
Overrides
IgbTreemapNodeStyle.Type

Value

Gets or sets the value to which the mapping applies.

Declaration
public object Value { get; set; }
Property Value
Type Description
System.Object

Methods

Dispose()

Declaration
public void Dispose()

EnsureModulesLoaded()

Declaration
protected override void EnsureModulesLoaded()
Overrides
IgbTreemapNodeStyle.EnsureModulesLoaded()

FindByName(String)

Declaration
public override object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object
Overrides
IgbTreemapNodeStyle.FindByName(String)

OnInitializedAsync()

Declaration
protected override Task OnInitializedAsync()
Returns
Type Description
System.Threading.Tasks.Task

Implements

JsonSerializable
System.IDisposable