ComponentOne FinancialChart for WPF
C1.WPF.Chart.Finance Namespace / PointAndFigureOptions Class / SquareGrid Property



In This Topic
    SquareGrid Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property SquareGrid As Boolean
    'Usage
     
    
    Dim instance As PointAndFigureOptions
    Dim value As Boolean
     
    instance.SquareGrid = value
     
    value = instance.SquareGrid
    public bool SquareGrid {get; set;}
    public:
    property bool SquareGrid {
       bool get();
       void set (    bool value);
    }
    See Also