GridScale Property (ReportOptions)
In This Topic
Gets or sets the scaling mode to be used when rendering the FlexPivot grid.
Syntax
'Declaration
Public Property GridScale As C1.WPF.Grid.GridScaleMode
public C1.WPF.Grid.GridScaleMode GridScale {get; set;}
See Also