ColorPaletteMode Enumeration
Syntax
public enum ColorPaletteMode : System.Enum 
Members
MemberDescription
AlternateColorsApplies the Gradient Colors from FastUniformContourRenderableSeries ColorMap individually, ignoring offsets, e.g. with Gradient Stops Red, Green, Blue then contour lines will appear Red Green or Blue
GradientColorsApplies the Gradient Colors from FastUniformContourRenderableSeries ColorMap according to the data on the chart
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Charting.Visuals.RenderableSeries.ColorPaletteMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also