Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IPoint Interface / SecondaryPlot Property


In This Topic
    SecondaryPlot Property
    In This Topic
    Gets or sets a value indicating whether the point is in the secondary section of either a Pie of Pie chart or a Bar of Pie chart.
    Syntax
    'Declaration
     
    Property SecondaryPlot As Boolean
    'Usage
     
    Dim instance As IPoint
    Dim value As Boolean
     
    instance.SecondaryPlot = value
     
    value = instance.SecondaryPlot
    bool SecondaryPlot {get; set;}
    Remarks
    Applies only to points on Pie of Pie charts or Bar of Pie charts.
    See Also