Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYBubbleSeries Class / LabelContainsSizeValue Property


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