Class TrDataBar
Unit
rStringGridEd
Declaration
type TrDataBar = class(TPersistent)
Description
DataBar class used by TrStringGridEdColumn
Hierarchy
Overview
Methods
Properties
|
property MinValue: double read FMinValue write FMinValue; |
|
property MaxValue: double read FMaxValue write FMaxValue stored IsMaxValueStored; |
|
property ColorFrom: TColor read FColorFrom write FColorFrom default clNone; |
|
property ColorTo: TColor read FColorTo write FColorTo default clNone; |
|
property Text: TrDataBarText read FText write FText default dbtValue; |
Description
Methods
Properties
|
property MinValue: double read FMinValue write FMinValue; |
starting value for databar (0%)
|
|
property MaxValue: double read FMaxValue write FMaxValue stored IsMaxValueStored; |
ending value for databar (100%)
|
|
property ColorFrom: TColor read FColorFrom write FColorFrom default clNone; |
gradient start color
|
|
property ColorTo: TColor read FColorTo write FColorTo default clNone; |
gradient end color
|
|
property Text: TrDataBarText read FText write FText default dbtValue; |
databar text type (value, percent or nothing)
|
Generated by PasDoc 0.15.0.
|