Documentation

ConditionalDataBarExtension
in package

Table of Contents

Properties

$axisColor  : array<string|int, mixed>
$axisPosition  : string|null
$border  : bool|null
$borderColor  : string|null
$direction  : string|null
$gradient  : bool|null
$maximumConditionalFormatValueObject  : ConditionalFormatValueObject
$maxLength  : int
$minimumConditionalFormatValueObject  : ConditionalFormatValueObject
$minLength  : int
<dataBar> attributes
$negativeBarBorderColorSameAsPositive  : bool|null
$negativeBorderColor  : string|null
$negativeFillColor  : string|null

Methods

getAxisColor()  : array<string|int, mixed>
getAxisPosition()  : string|null
getBorder()  : bool|null
getBorderColor()  : string|null
getDirection()  : string|null
getGradient()  : bool|null
getMaximumConditionalFormatValueObject()  : ConditionalFormatValueObject
getMaxLength()  : int
getMinimumConditionalFormatValueObject()  : ConditionalFormatValueObject
getMinLength()  : int
getNegativeBarBorderColorSameAsPositive()  : bool|null
getNegativeBorderColor()  : string|null
getNegativeFillColor()  : string|null
getXmlAttributes()  : array<string|int, mixed>
getXmlElements()  : array<string|int, mixed>
setAxisColor()  : self
setAxisPosition()  : self
setBorder()  : self
setBorderColor()  : self
setDirection()  : self
setGradient()  : self
setMaximumConditionalFormatValueObject()  : self
setMaxLength()  : self
setMinimumConditionalFormatValueObject()  : self
setMinLength()  : self
setNegativeBarBorderColorSameAsPositive()  : self
setNegativeBorderColor()  : self
setNegativeFillColor()  : self

Properties

Methods

getNegativeBarBorderColorSameAsPositive()

public getNegativeBarBorderColorSameAsPositive() : bool|null
Return values
bool|null

setAxisColor()

public setAxisColor(mixed $rgb[, mixed $theme = null ][, mixed $tint = null ]) : self
Parameters
$rgb : mixed
$theme : mixed = null
$tint : mixed = null
Return values
self

setAxisPosition()

public setAxisPosition(string $axisPosition) : self
Parameters
$axisPosition : string
Return values
self

setBorderColor()

public setBorderColor(string $borderColor) : self
Parameters
$borderColor : string
Return values
self

setNegativeBarBorderColorSameAsPositive()

public setNegativeBarBorderColorSameAsPositive(bool $negativeBarBorderColorSameAsPositive) : self
Parameters
$negativeBarBorderColorSameAsPositive : bool
Return values
self

setNegativeBorderColor()

public setNegativeBorderColor(string $negativeBorderColor) : self
Parameters
$negativeBorderColor : string
Return values
self

setNegativeFillColor()

public setNegativeFillColor(string $negativeFillColor) : self
Parameters
$negativeFillColor : string
Return values
self

        
On this page

Search results