Specifies display characteristics for profile and section view graphs.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyle>]
Autodesk.Civil.DatabaseServices.StylesGraphTitleStyle
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class GraphTitleStyle : [T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyle>]
VB
Public NotInheritable Class GraphTitleStyle Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyle>]
C++
public ref class GraphTitleStyle sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyle>]
The GraphTitleStyle type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Border | Gets or sets a bool value that specifies whether a border line is drawn around the title block. |
![]() | BorderGap | Gets or sets the gap between the border and graph title text in plotted units. |
![]() | Justification | Gets or sets the justification (alignment) of the title. |
![]() | Location | Gets or sets the location of the title in relation to the view grid. |
![]() | OffsetX | Gets or sets a horizontal offset from the position set by the Location and Justification values. |
![]() | OffsetY | Gets or sets a vertical offset from the position set by Location and Justification values. |
![]() | Text | Gets or sets the graph title text. |
![]() | TextHeight | Gets or sets the current text height in drawing units. |
![]() | TextStyle | Gets or sets the text style for the graph title from the available AutoCAD text styles defined in the current drawing. |