Skip to main content
All docs
V24.1

TdxChartPalette.Name Property

Returns the predefined palette’s name.

Declaration

property Name: string read;

Property Value

Type Description
string

The palette name defined at initialization.

Refer to the Predefined Palette List in the Remarks section for the full list of predefined palette names.

Remarks

The standard chart palette repository contains 49 predefined palettes. You can call the TdxChartStandardPaletteRepository.FindPalette class function to access any predefined palette by its unique name.

Predefined Palette List

A

  • Apex
  • Aspect

B

  • Black and White
  • Blue
  • Blue Green
  • Blue II
  • Blue Warm

C

  • Chameleon
  • Civic
  • Concourse

D

  • Default

E

  • Equity

F

  • Flow
  • Foundry

G

  • Grayscale
  • Green
  • Green Yellow

I

  • In A Fog

M

  • Marquee
  • Median
  • Metro
  • Mixed
  • Module

N

  • Nature Colors
  • Northern Lights

O

  • Office
  • Office 2013
  • Opulent
  • Orange
  • Orange Red
  • Oriel
  • Origin

P

  • Paper
  • Pastel Kit

R

  • Red
  • Red Orange
  • Red Violet

S

  • Slipstream
  • Solstice

T

  • Technic
  • Terracotta Pie
  • The Trees
  • Trek

U

  • Urban

V

  • Verve
  • Violet
  • Violet II

Y

  • Yellow
  • Yellow Orange
See Also