GridPaletteStyle Enumeration

Source: MtxGridSeries.cs · Assembly: Dew.Math.TeePro

public enum GridPaletteStyle

Defines palette style.

Values

NameDescription
palCustomManualy define each level and it's color.
palRangeLevels are cacluated automatically from minimum and maximum value colors and number of palette steps.
palRangeDiscreteLevels are calculated automaticaly, but now you can manually specify minimum, maximum, minimum/maximum color and step used to contruct palette entries.