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



Glossary Item Box

Gets or sets the bubble size that will be used as the minimum size.
Visual Basic Copy Code
Imports Dundas.Charting.WebControl
   ...

' Set the Series Max Scale Size to 5% of the chart area.
Chart1.Series(0)("BubbleScaleMin") = "5"


                    
C# Copy Code
using Dundas.Charting.WebControl;
  ...

// Set the Series Max Scale Size to 5% of the chart area.
Chart1.Series[0]["BubbleScaleMin"] = "5";


                    

Remarks

Setting this attribute to 5 will result in a bubble value of 5 being displayed with the minimum size. If this attribute is set to Auto, then the smallest bubble plotted will be displayed using the minimum size. 

Custom Attribute Summary
Possible Values: Ranges from 0 to 100
Default Value: 3
2D / 3D Limitations: No
Applies to Chart Element: Series Objects
Applies to Chart Types: Bubble

See Also

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