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...
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...
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) ...
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...
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...