Spread.Sheets Documentation
DataBarRule Method
The minimum scale type.
The minimum scale value.
The maximum scale type.
The maximum scale value.
The fill color of the data bar.
The data bar rule effected range.
Represents a data bar conditional rule with the specified parameters.
Syntax
var value; // Type: any
value = GC.Spread.Sheets.ConditionalFormatting.DataBarRule(minType, minValue, maxType, maxValue, color, ranges);
function DataBarRule( 
   minType : ScaleValueType,
   minValue : object,
   maxType : ScaleValueType,
   maxValue : object,
   color : string,
   ranges : undefined
) : any;

Parameters

minType
The minimum scale type.
minValue
The minimum scale value.
maxType
The maximum scale type.
maxValue
The maximum scale value.
color
The fill color of the data bar.
ranges
The data bar rule effected range.
See Also

Reference

ConditionalFormatting type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.