JVCL Help:GetIndexAxis

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Returns the axis index for the specified axis configuration

run\JvFullColorCtrls.pas


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

run\JvFullColorCtrls.pas


Return Value

The converted value of the Axis Index

run\JvFullColorCtrls.pas


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

run\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