Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / SeriesHitTest Class / PlotArea Property


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

    Property Value

    The plot area.
    See Also