'Declaration Public Property ShowPercent As Boolean
'Usage Dim instance As DataLabelSettings Dim value As Boolean instance.ShowPercent = value value = instance.ShowPercent
public bool ShowPercent {get; set;}
Property Value
true
to show the percent; otherwise, false
.