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






In This Topic
    PointAndFigureBoxSize Property (FinancialExtraOptions)
    In This Topic
    Specifies the box size for the point and figure chart.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(1)>
    Public Property PointAndFigureBoxSize As System.Integer
    'Usage
     
    
    Dim instance As FinancialExtraOptions
    Dim value As System.Integer
     
    instance.PointAndFigureBoxSize = value
     
    value = instance.PointAndFigureBoxSize
    [System.ComponentModel.DefaultValue(1)]
    public System.int PointAndFigureBoxSize {get; set;}
    public read-write property PointAndFigureBoxSize: System.Integer; 
    System.ComponentModel.DefaultValueAttribute(1)
    public function get,set PointAndFigureBoxSize : System.int
    [System.ComponentModel.DefaultValue(1)]
    public: __property System.int get_PointAndFigureBoxSize();
    public: __property void set_PointAndFigureBoxSize( 
       System.int value
    );
    [System.ComponentModel.DefaultValue(1)]
    public:
    property System.int PointAndFigureBoxSize {
       System.int get();
       void set (    System.int value);
    }
    Remarks
    The default is 1.
    See Also