You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Tee Namespace > Structs, Records, Enums > Dew.Math.Tee.PaletteScale Enumeration
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Dew.Math.Tee.PaletteScale Enumeration

Defines how to manage the automatic palette scaling.

Syntax
C#
Visual Basic
public enum PaletteScale { ppsAuto = 0, ppsPeakHold = 1, ppsNone = 2 }

MtxGridSeries.cs

Members 
Description 
ppsAuto = 0 
The scaling follows the data passed for drawing.  
ppsPeakHold = 1 
The largest and smallest value will be preserved between consecutive updates of the data.  
ppsNone = 2 
Rhe scaling of the palette is not adjusted at all.  
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!