Class pvc.options.ext.CartesianAxisExtensionPoints
Constructor Attributes | Constructor Name and Description |
---|---|
The extension points of the cartesian axis panel.
|
Field Attributes | Field Name and Description |
---|---|
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.CartesianAxisExtensionPoints
The extension points of the cartesian axis panel.
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: label)
- the "_" character
- extension sub-property (ex: textStyle)
Field Detail
The extension point of the grid line rules.
The extension point of the tick label mark.
The extension point of the axis rule.