'Declaration Public ReadOnly Property Percentage As Nullable(Of Double)
'Usage Dim instance As DataLabel Dim value As Nullable(Of Double) value = instance.Percentage
public Nullable<double> Percentage {get;}
'Declaration Public ReadOnly Property Percentage As Nullable(Of Double)
'Usage Dim instance As DataLabel Dim value As Nullable(Of Double) value = instance.Percentage
public Nullable<double> Percentage {get;}