Nevron .NET Vision
Nevron.Chart.WebForm Namespace / NChartControl Class / WriteHtmlMap Method


In This Topic
    WriteHtmlMap Method (NChartControl)
    In This Topic
    Writes an image map to the specified text writer.
    Syntax
    'Declaration
     
    
    Public Overrides Sub WriteHtmlMap( _
       ByVal context As NHtmlMapContext, _
       ByVal textWriter As System.IO.TextWriter _
    ) 
    'Usage
     
    
    Dim instance As NChartControl
    Dim context As NHtmlMapContext
    Dim textWriter As System.IO.TextWriter
     
    instance.WriteHtmlMap(context, textWriter)
    public override void WriteHtmlMap( 
       NHtmlMapContext context,
       System.IO.TextWriter textWriter
    )

    Parameters

    context
    textWriter
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also