JVCL Help:AxisConfigToString

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

Search in JVCL Help

 
Search in all projects
 

Summary

Converts an axis config to a string given a colorspace.

run\JvFullColorCtrls.pas


Pascal

 run\JvFullColorCtrls.pas
 functionAxisConfigToString(AxisConfig: TJvFullColorAxisConfig; ItemFormat: TJvFullColorAxisConfigFormat; AColorSpace: TJvColorSpace): string;


Parameters

Parameters Description
AxisConfig: TJvFullColorAxisConfig Axis config
ItemFormat: TJvFullColorAxisConfigFormat Specify the format used to convert to string (short, long or with axis names)
AColorSpace: TJvColorSpace Color space used to get axis names (used only if ItemFormat is afComplete).

run\JvFullColorCtrls.pas


Description

if ItemFormat is afShort, the format of the result string is 'XYZ' if ItemFormat is afIndent, the format of the result string is 'acXYZ' if ItemFormat is afShort and the Color space is RGB, the format of the result string is 'X = Red ; Y = Green ; Z = Blue'

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