Search found 3 matches
- Mon Feb 27, 2006 9:39 am
- Forum: VCL
- Topic: TInspectorItem with iiSelection style and edit capabilities
- Replies: 1
- Views: 8564
TInspectorItem with iiSelection style and edit capabilities
the iiSelection style shows a combobox, but the combobox is not editable... is it possible to have a combobox in which to directly write the name of the item i want to select like in a normal combobox? because for 200-300 hundred items in a combobox is a little difficult selecting by hand the one yo...
- Thu Feb 09, 2006 8:14 am
- Forum: VCL
- Topic: Load a huge number of elements in a TCandleSeries
- Replies: 3
- Views: 6481
thanks for the answer... i had already implemented this tips butths series i use don't have FastPen or DrawAllPoints..... and Series.XValues.Order= loNone ...slows the chart 10 times when using CandleSeries.... but what i am interested is if i can hack in some way something like the DrawAllPoints:=f...
- Wed Feb 08, 2006 3:04 pm
- Forum: VCL
- Topic: Load a huge number of elements in a TCandleSeries
- Replies: 3
- Views: 6481
Load a huge number of elements in a TCandleSeries
I use the financial features mainly and i need to load around 3-4 milion items in a Candle Series and that slows the chart down to almost not moving. The compression function does not do it beacuse i need to work in the same series. When showing more than lets say 10,000 items on a candle series man...