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