Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PaletteCollectionModel - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PaletteCollectionModel

    Interface for a class PaletteCollection

    Inheritance
    System.Object
    PaletteCollectionModel
    Implements
    System.IEquatable<PaletteCollectionModel>
    Namespace: Syncfusion.Blazor.HeatMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PaletteCollectionModel : Object, IEquatable<PaletteCollectionModel>

    Constructors

    PaletteCollectionModel()

    Declaration
    public PaletteCollectionModel()

    Properties

    Color

    Palette color text

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

    EndValue

    Palette end value

    Declaration
    public double EndValue { get; set; }
    Property Value
    Type Description
    System.Double

    Label

    Palette color label

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

    MaxColor

    Palette maxColor value

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

    MinColor

    Palette minColor value

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

    StartValue

    Palette start value

    Declaration
    public double StartValue { get; set; }
    Property Value
    Type Description
    System.Double

    Value

    Palette color value

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    Equals(PaletteCollectionModel)

    Declaration
    public bool Equals(PaletteCollectionModel paletteCollectionModel)
    Parameters
    Type Name Description
    PaletteCollectionModel paletteCollectionModel
    Returns
    Type Description
    System.Boolean

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved