This string may be globally set for the Chart Map or may be modified in the Hotspot event (see GetHTMLMap and SeriesHotspotEventHandler arguments) to actuate differentially for each Series point.
public String Attributes {get; set;}

Example

private void hotspot1_GetHTMLMap(Steema.TeeChart.Tools.Hotspot sender, Steema.TeeChart.Tools.SeriesHotspotEventArgs e) { //Title may be set and modified even when an HREF action is set. //e.PointPolygon.Title="My Point Index: "+e.PointPolygon.ValueIndex.ToString(); //e.PointPolygon.HREF="http://www.steema.com/cgi-bin/examplescript?var1="+e.PointPolygon.ValueIndex.ToString(); e.PointPolygon.Attributes="onClick=\"Javascript:DrillDownFunc("+e.Series.ToString()+", " +e.PointPolygon.ValueIndex.ToString()+")\""; }

See Also

PointPolygon Class | PointPolygon Members | Steema.TeeChart.Styles Namespace