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



Glossary Item Box

Gets or sets a boolean value that indicates whether the collected pie slice will be shown as exploded.

Visual Basic Copy Code
Imports Dundas.Charting.WebControl
   ...

' Set the collected threshold type to be in percent.
Chart1.Series(0)("CollectedSliceExploded") = "True"


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

// Set the collected threshold type to be in percent.
Chart1.Series[0]["CollectedSliceExploded"] = "True";


Remarks

This custom attribute only applies when CollectedThreshold is set.

Custom Attribute Summary
Possible Values: True  - The collected pie slice will be shown as exploded.
False - The collected pie slice will not be shown as exploded.
Default Value: True
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.