Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / SeriesInfo Class / PlotArea Property


In This Topic
    PlotArea Property (SeriesInfo)
    In This Topic
    Gets the plot area.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PlotArea As PlotArea
    'Usage
     
    
    Dim instance As SeriesInfo
    Dim value As PlotArea
     
    value = instance.PlotArea
    public PlotArea PlotArea {get;}

    Property Value

    The plot area.
    See Also