JVCL Help:GetIndexAxis
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: GetIndexAxis function
[+] JvFullColorCtrls.pas Functions
Search in JVCL Help
Search in all projectsSummary
Returns the axis index for the specified axis configuration
Pascal
run\JvFullColorCtrls.pas
functionGetIndexAxis(AxisConfig: TJvFullColorAxisConfig; AxisID: TJvAxisIndex): TJvAxisIndex;
Parameters
Parameters | Description |
AxisConfig: TJvFullColorAxisConfig | Identifier of the axis configuration |
AxisID: TJvAxisIndex | Axis index to be converted |
Return Value
The converted value of the Axis Index
Description
According to the specified axis configuration, the input axis index is translated to the corresponding axis index.
if axis configuration is acYXZ and axis index is axIndex0, the result will be axIndex1 For more help, see the TabAxisConfigs array in JvFullColorCtrls.pas
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page