Class pvc.options.ext.AnyContinuousCartesianAxisExtensionPoints
Extends
CartesianAxisExtensionPoints.
Constructor Attributes | Constructor Name and Description |
---|---|
The extension points of the cartesian axis panel for continuous scale types.
|
Field Attributes | Field Name and Description |
---|---|
Continuous > Scale | |
The extension point of the axis' scale object (applies to continuous axes).
|
|
Continuous > Style | |
The extension point of a
minor tick rule mark (applies to continuous axes).
|
|
Continuous-Numeric > Style | |
The extension point of the zero line rule (applies to continuous-numeric axes).
|
|
Non-Hierarchical > Style | |
The extension point of a discrete,
or continuous
major,
tick rule mark (does not apply to discrete-hierarchical axes).
|
|
The extension point of the tick panel
(does not apply to discrete-hierarchical axes).
|
|
Style | |
The extension point of the grid line rules.
|
|
The extension point of the tick label mark.
|
|
The extension point of the axis rule.
|
Class Detail
pvc.options.ext.AnyContinuousCartesianAxisExtensionPoints
The extension points of the cartesian axis panel for continuous scale types.
Axes extension points can also be specified directly at the chart options level.
To use an extension point you must find its full name, by joining:
- panel property name (ex: xAxis)
- extension property (ex: zeroLine)
- the "_" character
- extension sub-property (ex: lineWidth)
Field Detail
The extension point of the axis' scale object (applies to continuous axes).
{pvc.options.marks.RuleExtensionPoint}
minorTicks
The extension point of a
minor tick rule mark (applies to continuous axes).
{pvc.options.marks.RuleExtensionPoint}
zeroLine
The extension point of the zero line rule (applies to continuous-numeric axes).
The extension point of a discrete,
or continuous
major,
tick rule mark (does not apply to discrete-hierarchical axes).
{pvc.options.marks.PanelExtensionPoint}
ticksPanel
The extension point of the tick panel
(does not apply to discrete-hierarchical axes).
One tick panel contains one tick rule and one label. It can be used to conveniently hide all the elements of a tick simultaneously.
The extension point of the grid line rules.
- Borrowed from:
- CartesianAxisExtensionPoints
The extension point of the tick label mark.
- Borrowed from:
- CartesianAxisExtensionPoints
The extension point of the axis rule.
- Borrowed from:
- CartesianAxisExtensionPoints