FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / PivotContentOptions Class / RawScale Property

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