'DeclarationPublic Property SeriesFormatIndex As Nullable(Of UInteger)
'UsageDim instance As ExtensionChart Dim value As Nullable(Of UInteger) instance.SeriesFormatIndex = value value = instance.SeriesFormatIndex
public Nullable<uint> SeriesFormatIndex {get; set;}