Dundas Chart for ASP.NET
EndHotRegion Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > ChartGraphics Class : EndHotRegion Method


Use of this method ends the creation of active regions of an SVG render.

Syntax

Visual Basic (Declaration)  
Public Sub EndHotRegion() 
Visual Basic (Usage) Copy Code
Dim instance As ChartGraphics
 
instance.EndHotRegion()
C#  
public void EndHotRegion()

Return Value

There is no return value.

Remarks

Use of this method will end the creation of an active region for an SVG render. This method method must be called after a StartHotRegion method and subsequent drawing method calls.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

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