Compartir a través de


PivotFormat.DataLabel Property

Data Label.Represents the element tag in schema: c:dLbl

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

Syntax

'Declaration
Public Property DataLabel As DataLabel
    Get
    Set
'Usage
Dim instance As PivotFormat
Dim value As DataLabel

value = instance.DataLabel

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

Property Value

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

See Also

Reference

PivotFormat Class

PivotFormat Members

DocumentFormat.OpenXml.Drawing.Charts Namespace