Share

AxisStyle Class

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

 NameDescription
Public propertyHorizontalGeometryTickStyle Gets the style object that specifies the appearance of horizontal geometry ticks on the horizontal axes, for example, interval, size, height, etc.
Public propertyMajorTickStyle Gets the style object that specifies the appearance of major ticks on the vertical or horizontal axes, for example, interval, size, height, etc.
Public propertyMinorTickStyle Gets the style object that specifies the appearance of minor ticks on the vertical or horizontal axes, for example, interval, size, height, etc.
Public propertyShowTickAndLabel Gets or sets the boolean value that specifies whether ticks and labels are placed at the start station on the horizontal axes.
Public propertyTitleStyle Gets the style object that controls the appearance of the axis title text for profile or section views.

See Also

Reference

Was this information helpful?