Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PieSeries Class / LabelContainsPercentage Property


In This Topic
    LabelContainsPercentage Property
    In This Topic
    Gets or sets whether the percentage values is displayed in the labels.
    Syntax
    'Declaration
     
    
    Public Property LabelContainsPercentage As Boolean
    'Usage
     
    
    Dim instance As PieSeries
    Dim value As Boolean
     
    instance.LabelContainsPercentage = value
     
    value = instance.LabelContainsPercentage
    public bool LabelContainsPercentage {get; set;}
    See Also