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


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

    Property Value

    The plot area.
    See Also