The AxisTitleStyle class, which defines the text, text style, size etc. of an axis title.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyle>]
Autodesk.Civil.DatabaseServices.StylesAxisTitleStyle
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class AxisTitleStyle : [T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyle>]
VB
Public NotInheritable Class AxisTitleStyle Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyle>]
C++
public ref class AxisTitleStyle sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyle>]
The AxisTitleStyle type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Location | Gets or sets the location of the title in relation to the view grid. |
![]() | OffsetX | Gets or sets a horizontal offset from the Location setting. |
![]() | OffsetY | Gets or sets a vertical offset from the Location setting. |
![]() | Rotation | Gets or sets the angle for the axis title. |
![]() | Text | Gets or sets the title text for the axis. |
![]() | TextHeight | Gets or sets the axis title text height (in plotted units). |
![]() | TextStyle | Gets or sets the text style for the axis title from the available AutoCAD text styles defined in the current drawing. |