Class IgbTreemapNodeStyleMapping
Represents a style to apply to a set of nodes in the treemap.
Inheritance
System.Object
IgbTreemapNodeStyleMapping
Implements
System.IDisposable
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
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
TreemapParent
Declaration
protected BaseRendererControl TreemapParent { get; set; }
Property Value
Type
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
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
EnsureModulesLoaded()
Declaration
protected override void EnsureModulesLoaded()
Overrides
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Object |
|
Overrides
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Implements
System.IDisposable