'DeclarationPublic Shadows Property DataLabelsShowCategoryName As Boolean
'UsageDim instance As SunburstChart Dim value As Boolean instance.DataLabelsShowCategoryName = value value = instance.DataLabelsShowCategoryName
public new bool DataLabelsShowCategoryName {get; set;}