Search found 7 matches

by skng
Thu Oct 02, 2014 5:58 pm
Forum: VCL
Topic: CustomVertaxis of High-Low series
Replies: 2
Views: 4231

Re: CustomVertaxis of High-Low series

Hi Yerray,
access violation error
It was happened due to improper coding and please accept my apologies.
Thanks for your example, and it solved my problem.
by skng
Wed Oct 01, 2014 6:30 pm
Forum: VCL
Topic: CustomVertaxis of High-Low series
Replies: 2
Views: 4231

CustomVertaxis of High-Low series

Hi, How to overcome the access violation error, when I set customVertAxis of High-Low Series to not visible. HLSeries->CustomVertAxis->Visible = false; // access violation error How to create custom axis (type TChartAxis *) during the runtime? (I have to do this, when I add new series to the chart d...
by skng
Tue Sep 23, 2014 2:48 pm
Forum: VCL
Topic: High-Low Series, Trasparency, add three arrays of data
Replies: 1
Views: 3409

High-Low Series, Trasparency, add three arrays of data

Hi, I have three arrays of data to show on the chart. on x-axis : XArray[10000] with the date-time information on y-axis : YHighArray[10000] and YLowArray[10000] data information with respect to the date-time in XArray[10000]. Could you please tell me how to add the above three arrays data to THighL...
by skng
Thu Sep 18, 2014 2:47 pm
Forum: VCL
Topic: Add options like add/delete/modifySeries in modal dialog box
Replies: 3
Views: 4903

Re: Add options like add/delete/modifySeries in modal dialog box

Yerray, thanks for your reply. I am not good at Delphi and my project is in VCL C++. I am trying to understand your code and if possible please clear the below query. what are the types of TabSeries, MainPage, TheSeries, SetTabSeries, TheFormSeries, PageSeries, TabDataSource, PageSeriesChange(Self) ...
by skng
Thu Sep 18, 2014 11:47 am
Forum: VCL
Topic: Add options like add/delete/modifySeries in modal dialog box
Replies: 3
Views: 4903

Add options like add/delete/modifySeries in modal dialog box

Hi, I have to implement a custom modal dialog box to add/delete/modify the Series (along with other additional options, which are related to the project). Currently, TeeChart provides TChartEditor to edit the chart. I don't need all the options, which are provided in TChartEditor. Could you please t...
by skng
Tue Aug 19, 2014 2:17 pm
Forum: VCL
Topic: TChartScrollBar scrolling
Replies: 2
Views: 4256

Re: TChartScrollBar scrolling

Thanks for your reply Yeray.
by skng
Mon Aug 18, 2014 2:01 pm
Forum: VCL
Topic: TChartScrollBar scrolling
Replies: 2
Views: 4256

TChartScrollBar scrolling

Hi, I am trying to add scroll to my chart, but not able to do it. I added both horizontal and vertical scrollbars to scroll my chart. But, I don't have any idea about, how to set Page Number, Small change, Large Change etc. (when Rect or animated zoom) in scrollbar OnChange event ? I understood that...