Nevron Open Vision Documentation
Nevron.Nov.Chart.Export Namespace / NChartRasterImageExporter Class
Members


In This Topic
    NChartRasterImageExporter Class
    In This Topic
    Exports a chart view surface to a raster image such as PNG, JPEG, BMP, etc.
    Object Model
    NChartRasterImageExporter Class
    Syntax
    'Declaration
     
    
    Public Class NChartRasterImageExporter 
       Inherits Nevron.Nov.UI.NRasterImageExporter(Of NChartViewSurface)
    'Usage
     
    
    Dim instance As NChartRasterImageExporter
    public class NChartRasterImageExporter : Nevron.Nov.UI.NRasterImageExporter<NChartViewSurface> 
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.UI.NElementMediaExporter<TContent>
          Nevron.Nov.UI.NContinuousMediaExporter<TContent>
             Nevron.Nov.UI.NRasterImageExporter<TContent>
                Nevron.Nov.Chart.Export.NChartRasterImageExporter

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also