C1.Win.FlexChart.8 Assembly / C1.Win.Chart.Palettes Namespace / SequentialSingle Class
Members

SequentialSingle Class
Sequential single-hue palettes from ColorBrewer https://colorbrewer2.org .
Object Model
SequentialSingle Class
Syntax
'Declaration
 
Public Class SequentialSingle 
   Inherits ExtendedPalette
 
Remarks
Sequential palettes are used for data that have ordered, quantitative nature, for example precipitation amount or number of road incidents for some region.These color schemes are shade variations of a single base color, usually from light to dark.
Inheritance Hierarchy

System.Object
   C1.Win.Chart.Palettes.ExtendedPalette
      C1.Win.Chart.Palettes.SequentialSingle

See Also