Class pvc.options.ext.FlattenedDiscreteCartesianAxisExtensionPoints
Extends
CartesianAxisExtensionPoints.
Constructor Attributes | Constructor Name and Description |
---|---|
The extension points of the cartesian axis panel
for flattened and discrete scale type.
|
Field Attributes | Field Name and Description |
---|---|
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.FlattenedDiscreteCartesianAxisExtensionPoints
The extension points of the cartesian axis panel
for flattened and discrete scale type.
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: ticks)
- the "_" character
- extension sub-property (ex: lineWidth)
Field Detail
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