ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance.TagHelpers Namespace / FinancialChartTagHelper Class / PointAndFigureBoxSize Property

In This Topic
    PointAndFigureBoxSize Property (FinancialChartTagHelper)
    In This Topic
    Specifies the box size for the point and figure chart. The default is 1.
    Syntax
    'Declaration
     
    Public Property PointAndFigureBoxSize As Integer
    public int PointAndFigureBoxSize {get; set;}
    See Also