FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / PivotReportOptions Class / GridScale Property

In This Topic
    GridScale Property (PivotReportOptions)
    In This Topic
    Gets or sets the ScaleMode for the Grid.
    Syntax
    'Declaration
     
    Public Property GridScale As C1.WPF.Grid.GridScaleMode
    public C1.WPF.Grid.GridScaleMode GridScale {get; set;}
    See Also