FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / ReportOptions Class / RawDataScale Property

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