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

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