Layout2D.CategoriesLayout

Syntax Parameters Return/assignment Value
- - CategoriesLayout

SVB Example

Combining multiple plots into one:

Option Base 1
Option Explicit
Sub Main
    Dim GraphLayout As Layout2D
    Set GraphLayout = ActiveGraph.Content
    'take a categorized graph and overlay all category
    'plots into one common plot.
    GraphLayout.CategoriesLayout =scgOverlaidCategories
End Sub