Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChartGroup Interface / SplitValue Property


In This Topic
    SplitValue Property
    In This Topic
    Gets or sets the threshold value separating the two sections of either a Pie of Pie chart or a Bar of Pie chart.
    Syntax
    'Declaration
     
    Property SplitValue As Double
    'Usage
     
    Dim instance As IChartGroup
    Dim value As Double
     
    instance.SplitValue = value
     
    value = instance.SplitValue
    double SplitValue {get; set;}
    See Also