PaletteMaxVal Property

Gets or sets a value that (along with PaletteMinVal and PaletteAutoAdjust) define 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 maximum data value with which a palette entry is to be associated.

Remarks

If PaletteAutoScale is FALSE, PaletteMaxVal has no effect.

See Also

PaletteAutoAdjust, PaletteMinVal