ChartGroup.VaryByCategories Property
true if Microsoft PowerPoint assigns a different color or pattern to each data marker. Read/write Boolean value.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property VaryByCategories As Boolean
Get
Set
'Usage
Dim instance As ChartGroup
Dim value As Boolean
value = instance.VaryByCategories
instance.VaryByCategories = value
bool VaryByCategories { get; set; }
Property Value
Type: System.Boolean
Remarks
The chart must contain only one series.