The section view style, an object of type AeccSectionViewStyle, governs all aspects of how the graph axes, text, and titles are drawn. Within AeccSectionViewStyle are objects dealing with the top, bottom, left, center vertical, and right axes and with the graph as a whole. All section view styles in the document are stored in the AeccDocument.SectionViewStyles collection. New styles are created using the collection’s Add method with the name of the new style.
Dim oSectionViewStyle As AeccSectionViewStyle Set oSectionViewStyle = oDocument.SectionViewStyles _ .Add("Section View style")