Sign in to follow this  
Simple.Chen

Can I Set The Label Inside The Doughnut2D Chart

Recommended Posts

another question when I set the smartLabelClearance='0' but the clearance didn't decrease , how I can do that the smartLabel is enable and the label mostly close to the doughnut edge?

anyone help ?

Edited by Simple.Chen

Share this post


Link to post
Share on other sites
Guest Sumedh

another question when I set the smartLabelClearance='0' but the clearance didn't decrease , how I can do that the smartLabel is enable and the label mostly close to the doughnut edge?

anyone help ?

 

Hi,

 

You cannot get data labels to be displayed on the Doughnut Chart.

 

You can display them closer to the chart. For this, you would need to configure the attributes in following way:

 

Ref. Code:

<chart ... smartLabelClearance='50' enableSmartLabel='0' labelDistance='0'>

 

Find attached screen-shot for your reference.

post-24802-0-41187500-1337855214_thumb.png

Share this post


Link to post
Share on other sites

Thank you very much for the replay!

Can I ask one more question ?

about the smart lable

please refer to the screet cut , the line join the num 4,It looks not like other lines beside the num , i drow a red line in the pic ,How can i do that ?

 

Hi,

 

You cannot get data labels to be displayed on the Doughnut Chart.

 

You can display them closer to the chart. For this, you would need to configure the attributes in following way:

 

Ref. Code:

<chart ... smartLabelClearance='50' enableSmartLabel='0' labelDistance='0'>

 

Find attached screen-shot for your reference.

post-27915-0-30207400-1338169140_thumb.jpg

Share this post


Link to post
Share on other sites
Guest Sumedh

Thank you very much for the replay!

Can I ask one more question ?

about the smart lable

please refer to the screet cut , the line join the num 4,It looks not like other lines beside the num , i drow a red line in the pic ,How can i do that ?

 

 

 

Hi,

 

The management of labels is handled automatically by the chart. You can not adjust the line-drawing mechanism between the data label and chart.

 

Line-drawing mechanism between the chart and label is automatically calculated by the chart and it also depends on the data supplied to the chart.

 

You can try by enabling the enableRotation attribute. Set this attribute to "1". And try to rotate chart.

 

Ref. Code:

<chart ... enableRoation="1">

 

Hope this helps.

Share this post


Link to post
Share on other sites

Thank you very much!

the chart is very useful for us,hope it become better and better!

 

Hi,

 

The management of labels is handled automatically by the chart. You can adjust the line-drawing mechanism between the data label and chart.

 

Line-drawing mechanism between the chart and label is automatically calculated by the chart and it also depends on the data supplied to the chart.

 

You can try by enabling the enableRotation attribute. Set this attribute to "1". And try to rotate chart.

 

Ref. Code:

<chart ... enableRoation="1">

 

Hope this helps.

Share this post


Link to post
Share on other sites
Guest Sumedh

Thank you very much!

the chart is very useful for us,hope it become better and better!

 

 

 

smile.gif

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this