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


In This Topic
    SecondPlotSize Property
    In This Topic
    Gets or sets the size of the secondary section of either a Pie of Pie chart or a Bar of Pie chart, as a percentage of the size of the primary pie. Can be a value from 5 to 200.
    Syntax
    'Declaration
     
    Property SecondPlotSize As Integer
    'Usage
     
    Dim instance As IChartGroup
    Dim value As Integer
     
    instance.SecondPlotSize = value
     
    value = instance.SecondPlotSize
    int SecondPlotSize {get; set;}
    See Also