Class TableMapping
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.UI.Xaml.HeatMap
Assembly: Syncfusion.SfHeatMap.Wpf.dll
Syntax
public class TableMapping : ItemsMapping
Constructors
TableMapping()
Declaration
public TableMapping()
Properties
ColumnMapping
Declaration
public List<ColumnMapping> ColumnMapping { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<ColumnMapping> |
HeaderMapping
Declaration
public ColumnMapping HeaderMapping { get; set; }
Property Value
Type |
---|
ColumnMapping |