GraphStyle Class

Specifies format and contents of the title, vertical exaggeration, and grid options for graphs.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyle>]
    Autodesk.Civil.DatabaseServices.StylesGraphStyle

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class GraphStyle : [T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyle>]

The GraphStyle type exposes the following members.

Properties
 NameDescription
Public propertyCurrentHorizontalScale Gets the plotted size of graph horizontal scale from draw setting.
Public propertyDirection Gets or sets the direction of the profile in the profile view grid.
Public propertyTitleStyle Gets the style object that specifies graph title text display properties for cross section and profile views.
Public propertyVerticalExaggeration Gets or sets the graph vertical exaggeration factor.
Public propertyVerticalScale Gets or sets the vertical scale of the profile view or section view.
Top
See Also