class WaterfallChartSpec extends Collection (View source)

Properties

protected $collection_key
protected $connectorLineStyleType
protected $connectorLineStyleDataType
protected $domainType
protected $domainDataType
bool $firstValueIsTotal
bool $hideConnectorLines
protected $seriesType
protected $seriesDataType
string $stackedType
protected $totalDataLabelType
protected $totalDataLabelDataType

Methods

setConnectorLineStyle(LineStyle $connectorLineStyle)

No description

getConnectorLineStyle()

No description

setDomain(WaterfallChartDomain $domain)

No description

getDomain()

No description

setFirstValueIsTotal($firstValueIsTotal)

No description

bool
getFirstValueIsTotal()

No description

setHideConnectorLines($hideConnectorLines)

No description

bool
getHideConnectorLines()

No description

setSeries($series)

No description

getSeries()

No description

setStackedType($stackedType)

No description

string
getStackedType()

No description

setTotalDataLabel(DataLabel $totalDataLabel)

No description

getTotalDataLabel()

No description

Details

setConnectorLineStyle(LineStyle $connectorLineStyle)

No description

Parameters

LineStyle $connectorLineStyle

LineStyle getConnectorLineStyle()

No description

Return Value

LineStyle

setDomain(WaterfallChartDomain $domain)

No description

Parameters

WaterfallChartDomain $domain

WaterfallChartDomain getDomain()

No description

Return Value

WaterfallChartDomain

setFirstValueIsTotal($firstValueIsTotal)

No description

Parameters

$firstValueIsTotal

bool getFirstValueIsTotal()

No description

Return Value

bool

setHideConnectorLines($hideConnectorLines)

No description

Parameters

$hideConnectorLines

bool getHideConnectorLines()

No description

Return Value

bool

setSeries($series)

No description

Parameters

$series

WaterfallChartSeries[] getSeries()

No description

Return Value

WaterfallChartSeries[]

setStackedType($stackedType)

No description

Parameters

$stackedType

string getStackedType()

No description

Return Value

string

setTotalDataLabel(DataLabel $totalDataLabel)

No description

Parameters

DataLabel $totalDataLabel

DataLabel getTotalDataLabel()

No description

Return Value

DataLabel