Special Fields

 

Also see chapter Overview of LL Variables and LL Fields.

Fields

Purpose

LL.ChartObject.AxisCoordinate()

Returns the value contents.

LL.ChartObject.AxisPercentage()

Returns the value in percent.

LL.ChartObject.ValueIsOthers()

(only 100% stacked charts and Treemap)

Returns True, if the current bar/node is the "other" bar/node.

 

Only Circle/Donut:

 

LL.ChartObject.ArcIndex()

Returns the index of the current segment. The largest segment has index 1, the second largest has index 2 and so on.

LL.ChartObject.ArcPerc()

Returns the percentage share of the current segment.

LL.ChartObject.ArcTotal()

Returns the absolute value of the total data volume with pie charts.

LL.ChartObject.ArcTypeIsOthers()

Returns True, if the current segment is the "other" segment.

LL.ChartObject.ArcValue()

Value of the segment.

 

Only Treemap:

 

LL.ChartObject.NodeKey

Returns the index of the node.

LL.ChartObject.NodeSum

Value sum of the current node.

LL.ChartObject.ParentNodeSum0-2

Value sum of the node that is n+1 levels higher.

LL.ChartObject.ParentNodeText0-2

Text of the node that is n+1 levels higher.