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