ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / PlotArea Class
Properties


In This Topic
    PlotArea Class Members
    In This Topic

    The following tables list the members exposed by PlotArea.

    Public Constructors
     NameDescription
    Public ConstructorCreats one PlotArea instance.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the column number of plot area. Using column property, you can set vertical position of the plot area on the chart.  
    Public PropertyGets or sets height of the plot area. The height can be specified as number(sets the height in pixels) or string in the format '{number}*' (star sizing).  
    Public PropertyGets or sets the plot area name.  
    Public PropertyGets or sets the row number of plot area. Using row property, you can set horizontal position of the plot area on the chart.  
    Public PropertyGets or sets the style of the plot area.  
    Public PropertyGets or sets width of the plot area. The width can be specified as number(sets the width in pixels) or string in the format '{number}*' (star sizing).  
    Top
    See Also