ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / RenderEventArgs Class / Graphics Property

In This Topic
    Graphics Property (RenderEventArgs)
    In This Topic
    Gets the graphics.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("RenderEventArgs.Graphics", "Gets the graphics.")>
    Public ReadOnly Property Graphics As Graphics
    [C1Description("RenderEventArgs.Graphics", "Gets the graphics.")]
    public Graphics Graphics {get;}
    See Also