WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColorMapping

    Show / Hide Table of Contents

    Class ColorMapping

    Inheritance
    System.Object
    ColorMapping
    Inherited Members
    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.UI.Xaml.HeatMap
    Assembly: Syncfusion.SfHeatMap.Wpf.dll
    Syntax
    public class ColorMapping

    Constructors

    ColorMapping()

    Declaration
    public ColorMapping()

    Properties

    Color

    Declaration
    public Color Color { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Color

    Label

    Declaration
    public object Label { get; set; }
    Property Value
    Type Description
    System.Object

    NullColor

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

    Value

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved