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