PivotTableDefinition.ChartFormat Property

Chart Format Id.Represents the attribte in schema: chartFormat

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "chartFormat")> _
Public Property ChartFormat As UInt32Value
    Get
    Set
'Usage
Dim instance As PivotTableDefinition
Dim value As UInt32Value

value = instance.ChartFormat

instance.ChartFormat = value
[SchemaAttrAttribute(, "chartFormat")]
public UInt32Value ChartFormat { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value

See Also

Reference

PivotTableDefinition Class

PivotTableDefinition Members

DocumentFormat.OpenXml.Spreadsheet Namespace