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



Glossary Item Box

Gets or sets the legend text of the collected pie slice.

 

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

' Set the legend text of the collected pie slice.
Chart1.Series(0)("CollectedLegendText") = "OTHER"


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

// Set the legend text of the collected pie slice.
Chart1.Series[0]["CollectedLegendText"] = "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.