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

Border problems

1 Answer 70 Views
BulletGraph
This is a migrated thread and some comments may be shown as answers.
Pete
Top achievements
Rank 1
Pete asked on 16 Sep 2011, 01:30 PM
The attached image shows a RadBulletGraph with the border thickness set to 1.

As you can see there is an excess of white space between the right hand qualitative range and the right hand vertical border.
I have been unable to configure the properties so that the border wraps only the colored area of the bullet graph.

Can someone please provide some guidance as to how I may render a radbulletgraph so I'm not seeing the white space?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 21 Sep 2011, 09:46 AM
Hello Peter,

Qualitative ranges are sized according to their values and the size of the bulletGraph itself. If you want the last qualitative range to be expanded all the way to the end and fill this white space you can omit setting its value. Your qualitative ranges can look like this:
<telerik:RadVerticalBulletGraph.QualitativeRanges>
     <telerik:QualitativeRange Brush="#A8A8A8" Value="150" />
     <telerik:QualitativeRange Brush="#C6C8C8" Value="225" />
     <telerik:QualitativeRange Brush="#E8E8E8" />
</telerik:RadVerticalBulletGraph.QualitativeRanges>

Hope this helps!

All the best,
Yavor
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
BulletGraph
Asked by
Pete
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or