Nevron .NET Vision
Nevron.Chart Namespace / NPanel Class / Use2DRasterImageMap Property


In This Topic
    Use2DRasterImageMap Property
    In This Topic
    Gets / or sets whether this panel should use 2D raster image map.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.CategoryAttribute("Panel")>
    <System.ComponentModel.DescriptionAttribute("Whether this panel should use 2D raster image map.")>
    Public Property Use2DRasterImageMap As System.Boolean
    'Usage
     
    
    Dim instance As NPanel
    Dim value As System.Boolean
     
    instance.Use2DRasterImageMap = value
     
    value = instance.Use2DRasterImageMap
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.Category("Panel")]
    [System.ComponentModel.Description("Whether this panel should use 2D raster image map.")]
    public System.bool Use2DRasterImageMap {get; set;}
    Remarks
    Using a raster image map can be useful if the panel (chart) contain many data points which would result in a large vector image map
    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