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