Nevron .NET Vision
Nevron.Chart Namespace / NPanelPaintEventArgs Class / Context Property


In This Topic
    Context Property (NPanelPaintEventArgs)
    In This Topic
    Gets the current chart rendering context
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Context As NChartRenderingContext
    'Usage
     
    
    Dim instance As NPanelPaintEventArgs
    Dim value As NChartRenderingContext
     
    value = instance.Context
    public NChartRenderingContext Context {get;}
    Remarks
    You can use this context to perform coordinate transformations during the chart paint (for example when handling BeforePaint and AfterPaint events)
    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