Class ChartHeatMapConfigItem
Configuration item that pertains to HeatMap charts.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartHeatMapConfigItem : ChartConfigItem, IChangeNotifyingItem
Constructors
ChartHeatMapConfigItem()
Initializes a new instance of ChartHeatMapConfigItem class.
Declaration
public ChartHeatMapConfigItem()
Properties
AllowLabelsAutoFit
Gets or sets a value indicating whether labels auto fit is enebled.
Declaration
public bool AllowLabelsAutoFit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
DisplayColorSwatch
Gets or sets a value indicating whether color swatch is displayed.
Declaration
public bool DisplayColorSwatch { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
DisplayTitle
Gets or sets a value indicating whether title is displayed.
Declaration
public bool DisplayTitle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
EnableLabelRotation
Gets or sets a value indicating whether is allowed to rotation labels.
Declaration
public bool EnableLabelRotation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
EnableLabelsTruncation
Gets or sets a value indicating whether the large labels should be truncated.
Declaration
public bool EnableLabelsTruncation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
EndText
Gets or sets "to" text.
Declaration
public string EndText { get; set; }
Property Value
Type | Description |
---|---|
System.String | To text. |
HeatMapStyle
Gets or sets the layout style.
Declaration
public ChartHeatMapLayoutStyle HeatMapStyle { get; set; }
Property Value
Type | Description |
---|---|
ChartHeatMapLayoutStyle | The layout style. |
HighestValueColor
Gets or sets the color of the highest value.
Declaration
public Color HighestValueColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The color of the highest value. |
LabelMargins
Gets or sets the margins.
Declaration
public float LabelMargins { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The margins. |
LowestValueColor
Gets or sets the color of the lowest value.
Declaration
public Color LowestValueColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The color of the lowest value. |
MaximumCharacters
Gets or sets the max characters.
Declaration
public int MaximumCharacters { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The max characters. |
MiddleValueColor
Gets or sets the color of the middle value.
Declaration
public Color MiddleValueColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The color of the middle value. |
MinimumFontSize
Gets or sets the minimal size of the font.
Declaration
public float MinimumFontSize { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The minimal size of the font. |
ShowLargeLabels
Gets or sets a value indicating whether the large labels should be hiden.
Declaration
public bool ShowLargeLabels { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
StartText
Gets or sets "from" text.
Declaration
public string StartText { get; set; }
Property Value
Type | Description |
---|---|
System.String | From text. |