'Declaration Public Property CalloutShape As Nullable(Of DataLabelCalloutShapeType)
'Usage Dim instance As DataLabels Dim value As Nullable(Of DataLabelCalloutShapeType) instance.CalloutShape = value value = instance.CalloutShape
public Nullable<DataLabelCalloutShapeType> CalloutShape {get; set;}