Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Palette

Represents a palette that can be associated with a chart to visually style the series defined in it.

Hierarchy

  • void
    • Palette

Index

Properties

entries

entries: ObservableArray

Gets or sets a collection of PaletteEntry instances that represent the palette. A PaletteEntry is a property bag containing values for common style-related properties that are applied to a single series within a chart.

seriesName

seriesName: string

Gets or sets the name of the series to which this palette will be applied.

seriesState

seriesState: string

Gets or sets the state of series when the given palette will be used.

Static entriesProperty

entriesProperty: Property

Identifies the entries dependency property.

Static seriesNameProperty

seriesNameProperty: Property

Identifies the seriesName dependency property.

Static seriesStateProperty

seriesStateProperty: Property

Identifies the seriesState dependency property. Use values exported from PaletteEntryUseState module.

Methods

updateOwner

  • updateOwner(): any
  • Updates the owner RadChart by reloading its Palettes.

    Returns any

Generated using TypeDoc