Class TrDataBar

Unit

Declaration

type TrDataBar = class(TPersistent)

Description

DataBar class used by TrStringGridEdColumn

Hierarchy

  • TPersistent
  • TrDataBar

Overview

Methods

Public constructor Create(Owner: TrStringGridEdColumn);

Properties

Published property MinValue: double read FMinValue write FMinValue;
Published property MaxValue: double read FMaxValue write FMaxValue stored IsMaxValueStored;
Published property ColorFrom: TColor read FColorFrom write FColorFrom default clNone;
Published property ColorTo: TColor read FColorTo write FColorTo default clNone;
Published property Text: TrDataBarText read FText write FText default dbtValue;

Description

Methods

Public constructor Create(Owner: TrStringGridEdColumn);
 

Properties

Published property MinValue: double read FMinValue write FMinValue;

starting value for databar (0%)

Published property MaxValue: double read FMaxValue write FMaxValue stored IsMaxValueStored;

ending value for databar (100%)

Published property ColorFrom: TColor read FColorFrom write FColorFrom default clNone;

gradient start color

Published property ColorTo: TColor read FColorTo write FColorTo default clNone;

gradient end color

Published property Text: TrDataBarText read FText write FText default dbtValue;

databar text type (value, percent or nothing)


Generated by PasDoc 0.15.0.