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



Glossary Item Box

Gets or sets the tooltip of the collected pie slice.

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

' Set the tooltip of the collected pie slice.
Chart1.Series(0)("CollectedToolTip") = "Represents all other countries"


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

// Set the tooltip of the collected pie slice.
Chart1.Series[0]["CollectedToolTip"] = "Represents all other countries";


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.