Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / SymbolEventArgs Class / PlotElement Property


In This Topic
    PlotElement Property
    In This Topic
    Gets the PlotElement.
    Syntax
    'Declaration
     
    
    Public Property PlotElement As ChartPlotElement
    'Usage
     
    
    Dim instance As SymbolEventArgs
    Dim value As ChartPlotElement
     
    instance.PlotElement = value
     
    value = instance.PlotElement
    public ChartPlotElement PlotElement {get; set;}
    See Also