ComponentOne FinancialChart for WinForms
C1.Chart Namespace / BaseRenderEventArgs Class / Engine Property

In This Topic
    Engine Property (BaseRenderEventArgs)
    In This Topic
    Gets the rendering engine.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("BaseRenderEventArgs.Engine", "Gets the rendering engine.")>
    Public ReadOnly Property Engine As IRenderEngine
    [C1Description("BaseRenderEventArgs.Engine", "Gets the rendering engine.")]
    public IRenderEngine Engine {get;}
    See Also