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;}
See Also