Class pvc.options.ext.WaterfallPlotExtensionPoints
Extends
BarPlotCommonExtensionPoints.
Constructor Attributes | Constructor Name and Description |
---|---|
The extension points of the waterfall plot type.
|
Field Attributes | Field Name and Description |
---|---|
The extension point of the bar mark.
|
|
The extension point of the group panel mark.
|
|
The extension point of the value label mark.
|
|
The extension point of the top water line mark.
|
|
The extension point of the category total label mark,
that is placed near the water line.
|
|
The extension point of the overflow marker.
|
|
The extension point of the series panel of the bar plot.
|
|
The extension point of the underflow marker.
|
Plot extension points can be specified:
- at the plot level, in the extensionPoints property, without need to prefix the extension point with the plot id or name.
- at the plot options level, directly, without need to prefix the extension point with the plot id or name.
- if it is an internal plot ( main, plot2 or trend), at the chart options level, directly.
To use an extension point you must find its full name, by joining:
- plot property name (ex: water)
- extension property (ex: line)
- the "_" character
- extension sub-property (ex: strokeStyle)
The extension points of the main plot of a chart may be used without the plot property name prefix. In the example, when the water plot is the main plot, the extension point can be written as line_strokeStyle.
This extension point can only be used by prefixing it with the property name of the plot.
So, supposing this plot is under a property named bar, and it is desired to access the strokeStyle property of the bar mark, the full name of the extension property would be bar_strokeStyle.
- Borrowed from:
- BarPlotCommonExtensionPoints
The group panel visually contains all bars that belong to the same group.
- Borrowed from:
- BarPlotCommonExtensionPoints
- Borrowed from:
- BarPlotCommonExtensionPoints
- Borrowed from:
- BarPlotCommonExtensionPoints
- Borrowed from:
- BarPlotCommonExtensionPoints