Chart.PivotFormats Property

Pivot Formats.Represents the element tag in schema: c:pivotFmts

Namespace:  DocumentFormat.OpenXml.Drawing.Charts
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property PivotFormats As PivotFormats
    Get
    Set
'Usage
Dim instance As Chart
Dim value As PivotFormats

value = instance.PivotFormats

instance.PivotFormats = value
public PivotFormats PivotFormats { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.Charts.PivotFormats
Returns PivotFormats.

See Also

Reference

Chart Class

Chart Members

DocumentFormat.OpenXml.Drawing.Charts Namespace