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



Glossary Item Box

Gets or sets the label of the collected pie slice.

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

' Set the label of the collected pie slice.
Chart1.Series(0)("CollectedLabel") = "Other"


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

// Set the label of the collected pie slice.
Chart1.Series[0]["CollectedLabel"] = "Other";


Remarks

This custom attribute only applies when CollectedThreshold is set.

Custom Attribute Summary
Applies to Chart Element: Series Objects
Applies to Chart Types: Pie, Doughnut

See Also

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