次の方法で共有


LineChart.Grouping Property

Grouping.Represents the element tag in schema: c:grouping

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

Syntax

'宣言
Public Property Grouping As Grouping
    Get
    Set
'使用
Dim instance As LineChart
Dim value As Grouping

value = instance.Grouping

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.Charts.Grouping

See Also

Reference

LineChart Class

LineChart Members

DocumentFormat.OpenXml.Drawing.Charts Namespace