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

Bar chart type and two point labels in one bar

2 Answers 39 Views
Chart
This is a migrated thread and some comments may be shown as answers.
kalvin
Top achievements
Rank 1
kalvin asked on 14 Jun 2010, 04:35 PM
Hello,
i'd like to know if it's possible to set two point labels in one bar(look attached file).

My view model class looks like that:
public class ProductSales 
    { 
        public ProductSales(int quantity, double percValue, string monthName) 
        { 
            this.Quantity = quantity; 
            this.ImplementedPlan = percValue; 
            this.MonthName = monthName; 
        } 
        public int Quantity 
        { 
            getset
        } 
        public double ImplementedPlan 
        { 
            getset
        } 
        public string MonthName 
        { 
            getset
        } 
    } 


Thanks in advance.

2 Answers, 1 is accepted

Sort by
0
Accepted
Dwight
Telerik team
answered on 17 Jun 2010, 11:50 AM
Hello kalvin,

In order to achieve this, you will need to re-template the bar series. Please, review the MVVM example in our online QSF in order to get idea on how it's done.

Kind regards,
Joshua
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
kalvin
Top achievements
Rank 1
answered on 17 Jun 2010, 02:59 PM
Hi,
This is what i need. It's awsome:D
Thanks a lot.

P.S you should show this example on demos(now is not active from the menu),
Tags
Chart
Asked by
kalvin
Top achievements
Rank 1
Answers by
Dwight
Telerik team
kalvin
Top achievements
Rank 1
Share this question
or