Controls the use of tick marks on the horizontal and vertical axes of the profile view or cross section view.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyle>]
Autodesk.Civil.DatabaseServices.StylesAxisStyle
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class AxisStyle : [T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyle>]
VB
Public NotInheritable Class AxisStyle Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyle>]
C++
public ref class AxisStyle sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyle>]
The AxisStyle type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | HorizontalGeometryTickStyle | Gets the style object that specifies the appearance of horizontal geometry ticks on the horizontal axes, for example, interval, size, height, etc. |
![]() | MajorTickStyle | Gets the style object that specifies the appearance of major ticks on the vertical or horizontal axes, for example, interval, size, height, etc. |
![]() | MinorTickStyle | Gets the style object that specifies the appearance of minor ticks on the vertical or horizontal axes, for example, interval, size, height, etc. |
![]() | ShowTickAndLabel | Gets or sets the boolean value that specifies whether ticks and labels are placed at the start station on the horizontal axes. |
![]() | TitleStyle | Gets the style object that controls the appearance of the axis title text for profile or section views. |