Class pvc.options.ext.BoxplotPlotExtensionPoints
Constructor Attributes | Constructor Name and Description |
---|---|
The extension points of the box plot type.
|
Field Attributes | Field Name and Description |
---|---|
The extension point of the box mark.
|
|
The extension point of the category panel of the box plot.
|
|
The extension point of the rule that crosses the
top whisker of the box plot visual element.
|
|
The extension point of the rule that
cuts in two the box bar of the box plot visual element.
|
|
The extension point of the rule that crosses the
bottom whisker of the box plot visual element.
|
|
The extension point of the top and bottom whiskers of
the box plot visual element.
|
Class Detail
pvc.options.ext.BoxplotPlotExtensionPoints
The extension points of the box plot type.
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: box)
- extension property (ex: panel)
- 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 box plot is the main plot, the extension point can be written as panel_strokeStyle.
Field Detail
The extension point of the box mark.
The box mark is a bar that extends from the orthogonal position of the lowerQuartil to the position of the upperQuartil.
The extension point of the category panel of the box plot.
{pvc.options.marks.RuleExtensionPoint}
ruleMax
The extension point of the rule that crosses the
top whisker of the box plot visual element.
{pvc.options.marks.RuleExtensionPoint}
ruleMedian
The extension point of the rule that
cuts in two the box bar of the box plot visual element.
{pvc.options.marks.RuleExtensionPoint}
ruleMin
The extension point of the rule that crosses the
bottom whisker of the box plot visual element.
{pvc.options.marks.RuleExtensionPoint}
ruleWhisker
The extension point of the top and bottom whiskers of
the box plot visual element.