How to add your knowledge

Creating Profile View Styles

    Table of contents
    No headers

    The profile view style, an object of type AeccProfileViewStyle, governs all aspects of how the graph axes, text, and titles are drawn. Within AeccProfileViewStyle are objects dealing with the top, bottom, left, and right axes; lines at geometric locations within profiles; and with the graph as a whole. All profile view styles in the document are stored in the AeccDocument.ProfileViewStyles collection. New styles are created using the collection’s Add method with the name of the new style.

    Dim oProfileViewStyle As AeccProfileViewStyle
    Set oProfileViewStyle = oDocument.ProfileViewStyles _
      .Add("Profile View style 01")