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



Glossary Item Box

Gets or sets the Renko or Point and Figure box size as either a percentage or a fixed amount.
Visual Basic Copy Code
Imports Dundas.Charting.WebControl
   ...

' Set the Series BoxSize box size.
Chart1.Series(0)("BoxSize") = "7%"


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

// Set the Series BoxSize box size.
Chart1.Series[0]["BoxSize"] = "7%";


                    

Remarks

Gets or sets the Renko or Point and Figure box size as either a percentage or a fixed amount. 

Custom Attribute Summary
Possible Values: Any valid numeric or percentage value.
Default Value: 4% 
2D / 3D Limitations: No
Applies to Chart Element: Series Objects
Applies to Chart Types: Renko, Point and Figure

 


Figure 1: Renko Chart with Box Size of 1.

 


Figure 2: Point and Figure Chart with Box Size of 7%.

See Also

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