DataBar: DataBar

View source: R/DataBar.R

DataBarR Documentation

DataBar

Description

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

Usage

DataBar(
  minLength = NULL,
  maxLength = NULL,
  showValue = NULL,
  cfvo = NULL,
  color = NULL,
  ...
)

Arguments

minLength

minLength

maxLength

maxLength

showValue

showValue

cfvo

cfvo

color

color

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
first <- FormatObject(type='min')
second <- FormatObject(type='max')
DataBar(cfvo = list(first, second), color = "638EC6")

## End(Not run)


xlcharts documentation built on May 29, 2024, 7:58 a.m.