Skip to main content
All docs
V23.2

PivotGridControl.GetKPISvgBitmap(PivotKPIGraphic, Int32) Method

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public SvgBitmap GetKPISvgBitmap(
    PivotKPIGraphic graphic,
    int state
)

Parameters

Name Type
graphic PivotKPIGraphic
state Int32

Returns

Type
SvgBitmap
See Also