Learn R Programming

xlcharts (version 0.0.1)

ColorScale: ColorScale

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.formatting.rule.html

Usage

ColorScale(cfvo = NULL, color = NULL, ...)

Value

An openpyxl Python object.

Arguments

cfvo

cfvo

color

color

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
first <- FormatObject(type = 'min')
last <- FormatObject(type = 'max')
# colors match the format objects:
colors <- list(Color('AA0000'), Color('00AA00'))
cs2 <- ColorScale(cfvo = list(first, last), color = colors)
}

Run the code above in your browser using DataLab