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


In This Topic
    PlotArea Class
    In This Topic
    Represents the base class for plot areas. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
    Syntax
    'Declaration
     
    
    Public MustInherit Class PlotArea 
    'Usage
     
    
    Dim instance As PlotArea
    public abstract class PlotArea 
    Remarks
    The plot area is positioned using a relative location (where (0,0) = left upper corner of chart and (1,1) = right lower corner of chart) and a relative size (where (0,0) = zero size and (1,1) = size of chart). The plot area has rotation and elevation specified in degrees.
    Inheritance Hierarchy
    See Also