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


In This Topic
    SplitType Property
    In This Topic
    Gets or sets the way the two sections of either a Pie of Pie chart or a Bar of Pie chart are split.
    Syntax
    'Declaration
     
    Property SplitType As ChartSplitType
    'Usage
     
    Dim instance As IChartGroup
    Dim value As ChartSplitType
     
    instance.SplitType = value
     
    value = instance.SplitType
    ChartSplitType SplitType {get; set;}
    See Also