PaletteMinVal Property

Gets or sets a value that (along with PaletteMaxVal and PaletteAutoAdjust) defines how a graph's data values map to the current color palette. (See PaletteAutoAdjust for a more detailed description.)

Syntax

object.PaletteMaxVal [= value]

Parameters

value
A Double expression that identifies the minimum data value with which a palette entry is to be associated.

Remarks

If PaletteAutoScale is FALSE, PaletteMinVal has no effect.

See Also

PaletteAutoAdjust, PaletteMaxVal