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

In This Topic
    SquareGrid Property (PointAndFigureOptions)
    In This Topic
    Specifies whether the Point and Figure chart has square grid. The default value is false.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    <C1DescriptionAttribute("PointAndFigureOptions.SquareGrid", "Specifies whether the Point and Figure chart has square grid. The default value is false.")>
    Public Property SquareGrid As Boolean
    [DefaultValue(false)]
    [C1Description("PointAndFigureOptions.SquareGrid", "Specifies whether the Point and Figure chart has square grid. The default value is false.")]
    public bool SquareGrid {get; set;}
    See Also