NumberDataType.PointCount Property

Point Count.Represents the element tag in schema: c:ptCount

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

Syntax

'Declaration
Public Property PointCount As PointCount
    Get
    Set
'Usage
Dim instance As NumberDataType
Dim value As PointCount

value = instance.PointCount

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.Charts.PointCount

See Also

Reference

NumberDataType Class

NumberDataType Members

DocumentFormat.OpenXml.Drawing.Charts Namespace