StephaneLenclud@273: namespace Visualization StephaneLenclud@273: { StephaneLenclud@273: public enum ScalingStrategy StephaneLenclud@273: { StephaneLenclud@273: Decibel, StephaneLenclud@273: Linear, StephaneLenclud@273: Sqrt StephaneLenclud@273: } StephaneLenclud@273: }