Mode: VisualizatorScaleMode;
Mode: Prognoz.Platform.Interop.Visualizators.VisualizatorScaleMode;
The Mode property determines calculation mode of visualizer scale.
After having set the scale calculation mode value recalculate the scale by means of the IVZDataScale.ConstructScaleElements method.
If logarithmic scale is enabled (ScaleLogarithmic), set logarithm base via the IVZDataScale.LogarithmBase property.
The example of use is given in the example for IVZDataScale.ConstructScaleElements.
See also: