Search found 193 matches

by Neelam
Mon Nov 26, 2012 5:37 am
Forum: .NET
Topic: Copy graph to Clipboard in Silverlight TeeChart
Replies: 1
Views: 4921

Copy graph to Clipboard in Silverlight TeeChart

Hi,

Could you let me know the efficient way of Copying Graph to Clipboard in Silverlight TeeChart.

Regards
Satyendra
by Neelam
Mon Oct 22, 2012 11:45 am
Forum: .NET
Topic: Show custom value in tool tip on each bar series
Replies: 1
Views: 5296

Show custom value in tool tip on each bar series

Hi How to add/Show custom value in tool tip on each bar series. I am creating a series having multiple datapoints and want to show tooltip on each datapoint series with some custom value(i.g except..Xvalue/Yvalue/Marks'svalue/Label'sValue of datapoints) fyr..below is my code which adding datapoints ...
by Neelam
Tue Sep 25, 2012 10:15 am
Forum: .NET
Topic: Series needed in DataTable so that itsn't displayed in Chart
Replies: 1
Views: 4880

Series needed in DataTable so that itsn't displayed in Chart

Hi, I'm using Steema Silverlight version. i've created a bar chart and added some series in it. e.g I've added 10 series in chart. Which are getting displayed in Data Table. But now I need that 10th series values get displayed only in DataTable. So I set the series color to Transparent. Values of 10...
by Neelam
Tue Sep 25, 2012 9:15 am
Forum: .NET
Topic: Narrow the Line Spacing of Marks
Replies: 1
Views: 5065

Narrow the Line Spacing of Marks

Hi, I'm using Steema Silverlight version. I'm creating a bar chart. And set the mark style as Steema.TeeChart.Silverlight.Styles.MarksStyles.Label. The line spacing between the 2 values is very wide. Is there any way to reduce this line spacing. Steema.TeeChart.Silverlight.Styles.Bar bar1; bar1.Mark...
by Neelam
Mon Jul 09, 2012 10:07 am
Forum: .NET
Topic: How to resize the chart based on current page?
Replies: 1
Views: 4690

How to resize the chart based on current page?

Hi Team, How to resize the chart based on current page? Below are the output of two pages.In second page, highlighted area(in red circle) is not looks good,lots of blank space is showing which is not found in case of page number 1(since data is available in case of page 1). Please refer the attached...
by Neelam
Tue May 29, 2012 6:24 am
Forum: .NET
Topic: How to refesh chart once 'chart area' is draged?
Replies: 3
Views: 7524

Re: How to refesh chart once 'chart area' is draged?

Hi
Thanks for yr reply.
Its seems you have not understand the actual issue.i am attaching a file pls refer for more brief on issue.
I dont want to redraw the chart.

Regards
Satyendra
by Neelam
Mon May 28, 2012 10:20 am
Forum: .NET
Topic: How to refesh chart once 'chart area' is draged?
Replies: 3
Views: 7524

How to refesh chart once 'chart area' is draged?

Hi, How to refresh chart once 'chart area' is draged? I am plotting a report chart based on some filteration,chart is plotting correctly but when i dragged on chart area toward right side my chart cruves(Line series) and axes data (y primary and y secondary) is changed(which is fine) but when i chan...
by Neelam
Wed May 09, 2012 8:46 am
Forum: .NET
Topic: Dynamic number of Decimal Places in Axes.Left.Labels.ValueFo
Replies: 9
Views: 18270

Re: Dynamic number of Decimal Places in Axes.Left.Labels.ValueFo

Hi, I've attached only XAML/Xaml.cs files as size was getting larger than the allowed limit. Problem#1: If you click on the first, second & third button you will see the overlapping issue of Axis labels. As I don’t know what will be the incremental gap at the time of adding points to the Chart, I us...
by Neelam
Tue May 08, 2012 9:35 am
Forum: .NET
Topic: Dynamic number of Decimal Places in Axes.Left.Labels.ValueFo
Replies: 9
Views: 18270

Re: Dynamic number of Decimal Places in Axes.Left.Labels.ValueFo

As mentioned TeeChart.Axes.Left.CalcIncrement can give correct value only after chart is drawn. So If I need to set the Labels.ValueFormat on the basis of CalcIncrement property I write the following code. Its working fine but I'm getting 1 issue here that chart Axis Label values get overlapped. Plz...
by Neelam
Wed Apr 11, 2012 5:53 pm
Forum: .NET
Topic: Dynamic number of Decimal Places in Axes.Left.Labels.ValueFo
Replies: 9
Views: 18270

Re: Dynamic number of Decimal Places in Axes.Left.Labels.ValueFo

I need to use TeeChart.Axes.Left.CalcIncrement property. But its returning wrong value. TeeChart.Axes.Left.CalcIncrement property returns correct value once the chart is drawn. That is it returns correct value TeeChart_AfterDraw event. Is there any way to get this value before draw method.
by Neelam
Wed Apr 11, 2012 11:08 am
Forum: .NET
Topic: Dynamic number of Decimal Places in Axes.Left.Labels.ValueFo
Replies: 9
Views: 18270

Re: Dynamic number of Decimal Places in Axes.Left.Labels.ValueFo

Points to the series are getting added at run time and I don't know the Increment Value. It can be 0.5 or 0.05 or 0.005. So on the basis of Increment value I need to set the LabelFormat of Y Axius values. So the format can be anyone of the following: TeeChart.Axes.Left.Labels.ValueFormat="0.0" TeeCh...
by Neelam
Wed Apr 04, 2012 5:22 pm
Forum: .NET
Topic: Setting the Increment value of Axis not working.
Replies: 1
Views: 4906

Setting the Increment value of Axis not working.

Hi, I'm using Steema Silverlight version. I'm displaying a curve for each consecutive number on Bottom Axis. I've set increment property of bottom Axis to 1 by using the following statment. TeeChart.Axes.Bottom.Increment = 1; But this is not working when number of values are large. Plz refer the att...
by Neelam
Wed Apr 04, 2012 5:14 pm
Forum: .NET
Topic: Dynamic number of Decimal Places in Axes.Left.Labels.ValueFo
Replies: 9
Views: 18270

Dynamic number of Decimal Places in Axes.Left.Labels.ValueFo

Hi Steema Support Team, I'm using Steema Silverlight version. I need to put Y Axis Values(Left Axis) in consaistent dp format. i.e. if Values on Left Axis are 0, 0.5, 1, 1.5 and 2 Then they should be displayed on Y Axis like 0.0, 0.5, 1.0, 1.5, 2.0 similarly if Values on Left Axis are 0, 0.05, 0.1, ...
by Neelam
Wed Apr 04, 2012 4:58 pm
Forum: .NET
Topic: Common Zero for Left Axis & Bottom Axis
Replies: 1
Views: 4863

Common Zero for Left Axis & Bottom Axis

I'm using Steema Silverlight. My Left Y Axis Starts from Zero and Bottom Axis also starts from Zero. So I need a common Zero instead of 2 Zeros. In Windows .NET version it was working. Is there any way to achieve the same in Silverlight version.
by Neelam
Tue Mar 27, 2012 5:00 pm
Forum: .NET
Topic: Footer Alignment in Silverlight
Replies: 3
Views: 7415

Re: Footer Alignment in Silverlight

No, its not working. It alignes the footer text and not the footer itself.