ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / PlotAreaTagHelper Class / Width Property

In This Topic
    Width Property (PlotAreaTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.PlotArea.Width. 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).
    Syntax
    'Declaration
     
    Public Property Width As String
    public string Width {get; set;}
    See Also