Share

GraphTitleStyle Class

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

 NameDescription
Public propertyBorder Gets or sets a bool value that specifies whether a border line is drawn around the title block.
Public propertyBorderGap Gets or sets the gap between the border and graph title text in plotted units.
Public propertyJustification Gets or sets the justification (alignment) of the title.
Public propertyLocation Gets or sets the location of the title in relation to the view grid.
Public propertyOffsetX Gets or sets a horizontal offset from the position set by the Location and Justification values.
Public propertyOffsetY Gets or sets a vertical offset from the position set by Location and Justification values.
Public propertyText Gets or sets the graph title text.
Public propertyTextHeight Gets or sets the current text height in drawing units.
Public propertyTextStyle Gets or sets the text style for the graph title from the available AutoCAD text styles defined in the current drawing.

See Also

Reference

Was this information helpful?