This is a migrated thread and some comments may be shown as answers.

TicksDistance between ticks

2 Answers 82 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Malky
Top achievements
Rank 1
Malky asked on 25 Nov 2009, 09:59 AM
Hi there

I'm using radChart to create histogram bar, I guess I need the NO distance or gap between ticks , eventhough I use the TickDistance value = 1 the thickpoint has no effect.

How I make the there's no distance between ticks ?

Thank You

Malky

 

2 Answers, 1 is accepted

Sort by
0
Accepted
Nikolay
Telerik team
answered on 27 Nov 2009, 02:53 PM
Hi Malky,


Do you mean that you need no distance between the bars? The items along the axes are referred to as ticks, which for a histogram I would guess you need bars with no gaps. If that is the case, you can set the ItemWidthPercent property of the ChartArea to 100:

RadChart1.DefaultView.ItemWidthPercent = 100;

For more information on how to use TicksDistance property you can refer to this document .

Kind regards,
Nikolay
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Malky
Top achievements
Rank 1
answered on 27 Nov 2009, 03:48 PM
Yes,

That's what I need and it works.

Presto!

Thank You Nikolai

Regards
Tags
Chart
Asked by
Malky
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Malky
Top achievements
Rank 1
Share this question
or