WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartHeatMapConfigItem - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartHeatMapConfigItem

    Configuration item that pertains to HeatMap charts.

    Inheritance
    System.Object
    ChartConfigItem
    ChartHeatMapConfigItem
    Implements
    IChangeNotifyingItem
    Inherited Members
    ChartConfigItem.PropertyChanged
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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

    true if labels auto fit is enebled; otherwise, false.

    DisplayColorSwatch

    Gets or sets a value indicating whether color swatch is displayed.

    Declaration
    public bool DisplayColorSwatch { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if color swatch is displayed; otherwise, false.

    DisplayTitle

    Gets or sets a value indicating whether title is displayed.

    Declaration
    public bool DisplayTitle { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if title is displayed; otherwise, false.

    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

    true if is allowed to rotation labels; otherwise, false.

    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

    true if the latge labels should be truncated; otherwise, false.

    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

    true if the large labels should be hiden; otherwise, false.

    StartText

    Gets or sets "from" text.

    Declaration
    public string StartText { get; set; }
    Property Value
    Type Description
    System.String

    From text.

    Implements

    IChangeNotifyingItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved