Class CategoricalDefinition
Inheritance
System.Object
CategoricalDefinition
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class CategoricalDefinition : HeatMapDefinition
Constructors
Declaration
public CategoricalDefinition()
Fields
Declaration
public static readonly DependencyProperty ColorizerProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ColumnGroupMemberPathProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty RowGroupMemberPathProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ValuePathProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public HeatMapColorizer Colorizer { get; set; }
Property Value
Declaration
public string ColumnGroupMemberPath { get; set; }
Property Value
Declaration
public string RowGroupMemberPath { get; set; }
Property Value
Declaration
protected override IHeatMapSource Source { get; }
Property Value
Overrides
Declaration
public string ValuePath { get; set; }
Property Value
Methods
Declaration
protected override int GetColor(int rowIndex, int columnIndex)
Parameters
|
System.Int32
rowIndex
|
|
System.Int32
columnIndex
|
Returns
Overrides
Declaration
protected override object GetColumnHeader(int index)
Parameters
Returns
Overrides
Declaration
protected override void OnItemsSourceChanged()
Overrides
Extension Methods