Поделиться через


DataTable.ShowKeys Property

Show Legend Keys.Represents the element tag in schema: c:showKeys

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

Syntax

'Declaration
Public Property ShowKeys As ShowKeys
    Get
    Set
'Usage
Dim instance As DataTable
Dim value As ShowKeys

value = instance.ShowKeys

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

Property Value

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

See Also

Reference

DataTable Class

DataTable Members

DocumentFormat.OpenXml.Drawing.Charts Namespace