Search found 231 matches

by amol
Tue Dec 29, 2015 12:07 pm
Forum: .NET
Topic: For showing tooltip on a overlaped series
Replies: 1
Views: 5424

For showing tooltip on a overlaped series

Hi Steema Support, When add two series, series1 (blue color) and series2 (point) in a chart respectively. The tool tip of series2 will not appear when it overlap on series1. If series2 (point) move from series1 and then mouse hover on series2 (point), the tooltip will show. So please suggest how to ...
by amol
Thu Dec 24, 2015 7:36 am
Forum: .NET
Topic: Want to set minorTicks inside/outside the axis at sametime
Replies: 4
Views: 9465

Re: Want to set minorTicks inside/outside the axis at sametime

Thanks Steema support for your prompt reply and valuable feedback.

This code works well for Linear axis. But if use logarithmic axis, in that case increment is setted by chart automatically.
So how we calculate Delta value(that you are calculating in after draw event).

Thanks,
by amol
Wed Dec 23, 2015 6:43 am
Forum: .NET
Topic: Want to set minorTicks inside/outside the axis at sametime
Replies: 4
Views: 9465

Want to set minorTicks inside/outside the axis at sametime

Hi Steema Support, we want to create minor ticks of axis like that(as shown in image below). minor ticks.png As shown in image minor ticks shown some upside and downside the axis at same time. Is it possible to show minorticks like this. In teechart if we set length of minor ticks >0 then minor tick...
by amol
Tue Dec 22, 2015 7:12 am
Forum: .NET
Topic: Unable to set legend font size.
Replies: 1
Views: 5284

Unable to set legend font size.

Hi steema Support, We are facing a issue that we are unable to set legend font size when customposition of legend is set to false. We are setting font size to 20 in both buttons click. But it show changes only when tChart1.Legend.CustomPosition = true; We also want to set font size to 20 in tChart1....
by amol
Wed Dec 09, 2015 12:45 pm
Forum: .NET
Topic: Modifying HistorySteps without Zoom/Unzoom
Replies: 3
Views: 7759

Re: Modifying HistorySteps without Zoom/Unzoom

Thanks for prompt and valueable reply. This code update the history steps successfully. I have one more query in this. If we does not zoomed any time then history step count is 0. Now if we want to add some value in history step container(when history step is zero).Is its possible? Please suggest an...
by amol
Wed Dec 09, 2015 12:22 pm
Forum: .NET
Topic: To clear minor Ticks Of Axis
Replies: 1
Views: 5229

To clear minor Ticks Of Axis

Hi Steema support,

When we draw custom labels then we use
tchart1.Axes.Bottom.Labels.Items.Clear();
to clear the labels. It works fine.

Is there any way to clear MinorTicks Of axis?

Note:-We donot want to set MinorTicksCount to 0(Zero).

Please suggest any way.
Thanks in advance.
by amol
Wed Dec 09, 2015 12:17 pm
Forum: .NET
Topic: MinorTicks count increases automatically
Replies: 3
Views: 8103

Re: MinorTicks count increases automatically

Hi Steema Support, Thanks for your reply. We are attaching the demo for the same, hope it will help. In the demo when we click on "Set Bottom Axis First Time" button then its set the Min/Max of Bottom axis as shown in Img1 below. i.e 2 to 8 img1.png here as shown in img1 the highlighted area MinorTi...
by amol
Wed Dec 09, 2015 7:01 am
Forum: .NET
Topic: Modifying HistorySteps without Zoom/Unzoom
Replies: 3
Views: 7759

Modifying HistorySteps without Zoom/Unzoom

Hi Steema Support, For zooming chart we use tChart1.Zoom.Allow=true; tChart1.Zoom.History=true; So it saves all steps in historySteps automatically on every zoom. My query is that is it possible to modify/change History step list without performing zoom/unzoom or we want to insert some value in hist...
by amol
Sat Nov 21, 2015 7:27 am
Forum: .NET
Topic: Find legend height
Replies: 1
Views: 5470

Find legend height

Hi Steema support,
We are using tChart in DotNet with c#, multiple series are added in the legend, so please suggest how to obtain the legend height of the tChart at runtime.

Thanks & Regard
Plano Research
by amol
Wed Nov 04, 2015 2:38 pm
Forum: .NET
Topic: MinorTicks count increases automatically
Replies: 3
Views: 8103

MinorTicks count increases automatically

Hi Steema Support, We have one issue regarding minor ticks of axis.As shown in below img1 total number of minorticks count is 8 i.e. fine img1.png But as shown in img2 when we zoomed chart minor ticks increase 8 to 10 and the count in the editor is still 8. As shown in below img2 img2.png why minor ...
by amol
Thu Oct 15, 2015 7:36 am
Forum: .NET
Topic: Show multiple Custom Left and Right axis on Tchart
Replies: 3
Views: 9952

Re: Show multiple Custom Left and Right axis on Tchart

Thanks for reply,


But code in the link that u have provided is in VB.net language.
Please provide link in which code is written in C# language.

Thanks in advance.
by amol
Wed Oct 14, 2015 5:37 am
Forum: .NET
Topic: Margin of Scrollpager and Tchart,
Replies: 3
Views: 7989

Re: Margin of Scrollpager and Tchart,

Thanks for reply,

We are using 4.1.2012.5103 version of TeeChart.

Thanks,
by amol
Tue Oct 13, 2015 11:55 am
Forum: .NET
Topic: Margin of Scrollpager and Tchart,
Replies: 3
Views: 7989

Margin of Scrollpager and Tchart,

Hi steema Support, We have some issue related to the margin of Scrollpager and Tchart, In the attached demo, Click on "Press This:-> Set Margin of Tchart and Scrollpager" Button. On this button we set the margin of Scrollpager as well as Tchart using below Code. m_ScrollPagertool.SubChartTChart.Pane...
by amol
Mon Oct 12, 2015 1:14 pm
Forum: .NET
Topic: Show multiple Custom Left and Right axis on Tchart
Replies: 3
Views: 9952

Show multiple Custom Left and Right axis on Tchart

Hi steema Support, we have some issues related to Custom Axis of Tchart given as below, Show multiple Left and Right axis on Tchart . The code are using for Left Axis, this.axis1 = new Steema.TeeChart.Axis(this.tChart1.Chart); this.tChart1.Axes.Custom.Add(this.axis1); this.axis1.AxisPen.Color = Syst...