Nevron .NET Vision
Nevron.Chart Namespace / NAnnotation Class / WriteToImageMap Method


In This Topic
    WriteToImageMap Method (NAnnotation)
    In This Topic
    Writes the chart to a HTML image map
    Syntax
    'Declaration
     
    
    Public Sub WriteToImageMap( _
       ByVal context As NChartRenderingContext, _
       ByVal imageMapWriter As INImageMapWriter _
    ) 
    'Usage
     
    
    Dim instance As NAnnotation
    Dim context As NChartRenderingContext
    Dim imageMapWriter As INImageMapWriter
     
    instance.WriteToImageMap(context, imageMapWriter)

    Parameters

    context
    imageMapWriter
    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