TiSpectrumDisplay.BarXColor
TiSpectrumDisplay
Used to get or set the color of a specific bar.
property GetBarXColor (Index : Integer) : TColor
Description
Use the GetBarXColor property to get or set the color of a specific bar
specified by Index.
Example
Delphi
ColorValue := iComponent.BarXColor[36] := clRed; // Sets 37th Bar's Color
C++ Builder
ColorValue = iComponent->BarXColor[36] = clRed; // Sets 37th Bar's Color
Note: The index value is 0 based.
Contents | Index | Previous | Next