Dundas Chart for ASP.NET
MinimumRelativePieSize Custom Attribute
See Also Send comments on this topic.
Custom Attributes > MinimumRelativePieSize Custom Attribute



Glossary Item Box

Gets or sets the minimum Pie or Doughnut size to prevent displaying a chart that is too small.
Visual Basic Copy Code
Imports Dundas.Charting.WebControl
   ...

' Set the minimum size of the chart.
Chart1.Series(0)("MinimumRelativePieSize") = "50"
                    
C# Copy Code
using Dundas.Charting.WebControl;
  ...

// Set the minimum size of the chart.
Chart1.Series[0]["MinimumRelativePieSize"] = "50";
                    

Remarks

When used with outside labelling (See PieLabelStyle), this property controls the minimum acceptable pie size as a percentage the chart area size. This will prevent the pie from becoming too small due to labels dominating the chart area. 

 

Custom Attribute Summary
Possible Values: Values from 10 to 70 
Default Value: 30
2D / 3D Limitations: No
Applies to Chart Element: Series Objects
Applies to Chart Types: Pie, Doughnut

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.