ChartPoint.SecondaryPlot Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property SecondaryPlot As Boolean
Get
Set
'Usage
Dim instance As ChartPoint
Dim value As Boolean
value = instance.SecondaryPlot
instance.SecondaryPlot = value
bool SecondaryPlot { get; set; }
Property Value
Type: System.Boolean