mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 11:10:23 +02:00
TAChart: Introduce default value of property TOpenHighLowCloseSeries.Mode
git-svn-id: trunk@56475 -
This commit is contained in:
parent
d615063766
commit
99b950057f
@ -193,7 +193,7 @@ type
|
||||
read FCandlestickUpBrush write SetCandlestickUpBrush;
|
||||
property DownLinePen: TOHLCDownPen read FDownLinePen write SetDownLinePen;
|
||||
property LinePen: TPen read FLinePen write SetLinePen;
|
||||
property Mode: TOHLCMode read FMode write SetOHLCMode;
|
||||
property Mode: TOHLCMode read FMode write SetOHLCMode default mOHLC;
|
||||
property TickWidth: integer
|
||||
read FTickWidth write SetTickWidth default DEF_OHLC_TICK_WIDTH;
|
||||
property ToolTargets default [nptPoint, nptYList, nptCustom];
|
||||
|
Loading…
Reference in New Issue
Block a user