Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / DataLabelLoadingEventArgs Class / Engine Property


In This Topic
    Engine Property (DataLabelLoadingEventArgs)
    In This Topic
    Gets the render engine. Mark as Obsolete.
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("This property is obsolete.Use View instead.")>
    Public ReadOnly Property Engine As IRenderEngine
    'Usage
     
    
    Dim instance As DataLabelLoadingEventArgs
    Dim value As IRenderEngine
     
    value = instance.Engine
    [Obsolete("This property is obsolete.Use View instead.")]
    public IRenderEngine Engine {get;}
    See Also