Enumerates all types of a palette.

Namespace:  Nasosoft.Chart.Drawing
Assembly:  Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)

Syntax

Visual Basic (Declaration)
Public Enumeration PaletteType
C#
public enum PaletteType
Visual C++
public enum class PaletteType
JavaScript
Nasosoft.Chart.Drawing.PaletteType = function();
Nasosoft.Chart.Drawing.PaletteType.createEnum('Nasosoft.Chart.Drawing.PaletteType', false);

Members

Member nameDescription
Nasosoft1
Nasosoft1 palette. Default palette.
Masa
Masa palette
NatureAdventure
Nature Adventure palette.
Alternate
Alternate palette.
NatureSky
Nature Sky palette.
ElegantTone
Elegant Tone palette.
ModernBusiness
ModernBusiness palette
HighContrast
High Contrast palette
Pastels
Pastels palette
AltPastels
AltPastels palette

See Also