This document is archived and information here might be outdated.  Recommended version.


IDataGraphTAxisProperties Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphTAxisProperties Interface
ArcGIS Developer Help

IDataGraphTAxisProperties Interface

Provides access to members that control graph axis properties.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read/write property AutomaticMaximum Indicates whether the graph axis calculates it's maximum.
Read/write property AutomaticMinimum Indicates whether the graph axis calculates it's minimum.
Read/write property DateTimeFormat Format string for axis date/time labels.
Read-only property IsHorizontal Indicates axis orientation.
Read/write property Logarithmic Indicates whether the graph axis has logarithmic scale.
Read/write property Maximum Maximum of the axis.
Read/write property Minimum Minimum of the axis.
Read/write property Title Title of an axis.
Read/write property ValueFormat Format string for axis value labels.
Read/write property Visible Indicates whether the graph axis is visible.

Classes that implement IDataGraphTAxisProperties

Classes Description
DataGraphTHorizontalAxisProperties (esriCartoUI) A container for the display and manipulation of graph horizontal axis properties.
DataGraphTVerticalAxisProperties (esriCartoUI) A container for the display and manipulation of graph vertical axis properties.