Search found 24 matches

by rpt
Wed Jan 11, 2017 1:21 pm
Forum: .NET
Topic: Donut Chart Annotation
Replies: 10
Views: 19579

Re: Donut Chart Annotation

Perfect and Working. Thank you Marc.
by rpt
Mon Jan 09, 2017 7:37 pm
Forum: .NET
Topic: Shift 100% Stacked Bar Graph
Replies: 9
Views: 18862

Re: Shift 100% Stacked Bar Graph

I am using Ten config file. Here is the code - StackedBars2.cs https://github.com/dekajp/TeeChart-for-.NET-CSharp-WinForms-samples/blob/904d557da7a2f6eee6c07d842fb4415a7f83cac0/StandardSeriesDemo/StandardSeriesDemo/StandardSeries/Bars/StackedBars2.cs Here is the Github repo . https://github.com/deka...
by rpt
Thu Jan 05, 2017 7:19 pm
Forum: .NET
Topic: Shift 100% Stacked Bar Graph
Replies: 9
Views: 18862

Re: Shift 100% Stacked Bar Graph

marc

Can you explain me how you got the stacked graph that wide ? Below is my graph and i am using

Code: Select all

tChart1.Axes.Bottom.SetMinMax(1,2);
Untitled.png
Untitled.png (5.69 KiB) Viewed 18757 times
I want to shift Current to right and increase the Gap in between 2 stacks like you have in above post.
by rpt
Thu Jan 05, 2017 3:49 pm
Forum: .NET
Topic: Donut Chart Annotation
Replies: 10
Views: 19579

Re: Donut Chart Annotation

Can you please help me to put marks in center in donut chart.
Untitled.png
Untitled.png (13.43 KiB) Viewed 19609 times

Source :https://github.com/dekajp/TeeChart-for- ... ms-samples
by rpt
Wed Dec 07, 2016 2:57 pm
Forum: .NET
Topic: Donut Chart Annotation
Replies: 10
Views: 19579

Re: Donut Chart Annotation

Is this possible to have Marks in different color based on some condition
by rpt
Thu Dec 01, 2016 7:30 pm
Forum: .NET
Topic: Shift 100% Stacked Bar Graph
Replies: 9
Views: 18862

Re: Shift 100% Stacked Bar Graph

Thank You , this worked.
by rpt
Wed Nov 30, 2016 7:26 pm
Forum: .NET
Topic: Shift 100% Stacked Bar Graph
Replies: 9
Views: 18862

Re: Shift 100% Stacked Bar Graph

I am able to acheive what i need by deriving Bar Class. As you can see in the image. But i want to achive this in After Draw event. Is this possible in After draw event . If No , then i would like to use TEN file and load this class. but every time i try to do . I am getting reflection error. namesp...
by rpt
Wed Nov 30, 2016 2:43 pm
Forum: .NET
Topic: Shift 100% Stacked Bar Graph
Replies: 9
Views: 18862

Re: Shift 100% Stacked Bar Graph

Is there a Way to get bounds of bar . void AmortizationGraphTen_AfterDraw(object sender, Graphics3D g) { TChart tChart1 = (TChart)sender; foreach (Series sbar in tChart1.Series) { try { Bar bar1 = (Bar)sbar; Rectangle barBound = bar1.BarBounds; // Why always last column ? int xFirst = bar1.CalcXPos(...
by rpt
Tue Aug 30, 2016 12:53 pm
Forum: .NET
Topic: Feature TF02013957
Replies: 1
Views: 5776

Feature TF02013957

Is this feature available - discussed here - http://teechart.net/support/viewtopic.php?f=4&t=9374

Feature : TF02013957 - Does Teechart support datasource as Generic List<T>?

I went to http://bugs.teechart.net/ could not find the status
by rpt
Thu Aug 25, 2016 1:14 pm
Forum: .NET
Topic: Shift 100% Stacked Bar Graph
Replies: 9
Views: 18862

Re: Shift 100% Stacked Bar Graph

thanks chris

This seems to be working . I see that SetMinMax doing the spacing and Event for Axis label is removing 0 value axis line.
by rpt
Wed Aug 24, 2016 2:51 pm
Forum: .NET
Topic: Shift 100% Stacked Bar Graph
Replies: 9
Views: 18862

Shift 100% Stacked Bar Graph

I am trying this using designer only .

1) Is it possible to shift bar graph left ?
2) Can i remove 0 gridline ( bottom most) gridline and show 100% gridline

[img]
Amortization Graph.png
Amortization Graph.png (60.84 KiB) Viewed 18984 times
[/img]


Source code : https://github.com/dekajp/DealViewChart ... esigner.cs
by rpt
Wed Aug 24, 2016 2:42 pm
Forum: .NET
Topic: Donut Chart Annotation
Replies: 10
Views: 19579

Re: Donut Chart Annotation

Thanks this worked. Just want to let you know we are in process of buying .net version of software.

Thanks for your kind support.
by rpt
Wed Aug 24, 2016 12:30 pm
Forum: .NET
Topic: Donut Chart Annotation
Replies: 10
Views: 19579

Re: Donut Chart Annotation

I am sorry , I am not able to position "sample" in center of doughnut
by rpt
Tue Aug 23, 2016 8:34 pm
Forum: .NET
Topic: Donut Chart Annotation
Replies: 10
Views: 19579

Donut Chart Annotation

by rpt
Tue Aug 23, 2016 6:28 pm
Forum: .NET
Topic: Horiztal Bar Top Axis and Custom Y axis
Replies: 8
Views: 14768

Re: Horiztal Bar Top Axis and Custom Y axis

Thank You , this worked