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