Page 1 of 1

TChart Toolbox in Silverlight

Posted: Wed Jul 14, 2010 11:57 pm
by 10050727
Is there a TChart Toolbox that should appear in the Visual Studio 2010 toolbox? Maybe I need to add it manually, but I don't know how to do that.

Is there a TChartScrollBar object similar to the one that is available in the Delphi version of TChart? It is used to horizontally scroll the content of a chart. There is a sample program in the Delphi demo called Chart_ScrollBar that has the control.

Thanks,
Kent

Re: TChart Toolbox in Silverlight

Posted: Thu Jul 15, 2010 10:52 am
by yeray
Hi Kent,
BlueMonkey wrote:Is there a TChart Toolbox that should appear in the Visual Studio 2010 toolbox? Maybe I need to add it manually, but I don't know how to do that.
As NarcĂ­s said here, there isn't designtime support at the present moment for Silverlight. However, you can see some examples in the Silverlight demo included with the TeeChart installation at "\Steema Software\TeeChart for .NET 2010\Examples\DemoProjectSilverlight".
BlueMonkey wrote:Is there a TChartScrollBar object similar to the one that is available in the Delphi version of TChart? It is used to horizontally scroll the content of a chart. There is a sample program in the Delphi demo called Chart_ScrollBar that has the control.
I recommend you to use the regular ScrollBar and call SetMinMax method manually when it's changed.