ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / FinancialExtraOptions Class / PointAndFigureBoxSize Property

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