Skip to main content
All docs
V26.1
  • HeatmapKeyColorProvider Members

    Paints heatmap cells based on their values that are used as keys. If the cells have equal keys, they have the same color.

    Constructors

    Name Description
    HeatmapKeyColorProvider() Initializes a new instance of the HeatmapKeyColorProvider class.

    Fields

    Name Description
    KeyProviderProperty static Identifies the KeyProvider dependency property.
    KeysProperty static Identifies the Keys dependency property.
    LegendItemPatternProperty static Identifies the LegendItemPattern dependency property. Inherited from HeatmapPaletteColorProvider.
    PaletteProperty static Identifies the Palette dependency property. Inherited from HeatmapPaletteColorProvider.

    Properties

    Name Description
    KeyProvider Gets or sets a key provider that is used to obtain keys based on a custom logic.
    Keys Returns the collection of keys that the HeatmapKeyColorProvider uses to paint heatmap cells.
    LegendItemPattern Gets or sets the format string that configures legend item text. Inherited from HeatmapPaletteColorProvider.
    Palette Gets or sets the color provider palette. Inherited from HeatmapPaletteColorProvider.

    Methods

    Name Description
    ToString() Returns a string that represents the current object.
    See Also