SoftadminUtil.Chart_Scale_LinearInteger

Type: Table-valued function

Help function to create x-axis and y-axis values when the axis range is very different depending on what data is displayed. For example when the chart may display figures in the hundreds for specific parameters and in the millions for other.

Returns 0-10 positive and 0-10 negative numbers that are powers of 10 where the max value is bigger than or equal to @MaxValue and the min value is less than or equal to @MinValue.

Parameters

@MinValue mandatory bigint
@MaxValue mandatory bigint