次の方法で共有


DataPoint.Marker Property

Marker.Represents the element tag in schema: c:marker

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

Syntax

'宣言
Public Property Marker As Marker
    Get
    Set
'使用
Dim instance As DataPoint
Dim value As Marker

value = instance.Marker

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.Charts.Marker

See Also

Reference

DataPoint Class

DataPoint Members

DocumentFormat.OpenXml.Drawing.Charts Namespace