ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMChartAxis Class
Properties Methods Events


In This Topic
    CIMChartAxis Class Members
    In This Topic

    The following tables list the members exposed by CIMChartAxis.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the line symbol properties for axis.  
    Public Property Gets or sets a value indicating whether the chart axis calculates its maximum.  
    Public Property Gets or sets a value indicating whether the chart axis calculates its minimum.  
    Public Property Gets or sets the format string for axis date/time labels.  
    Public Property Gets or sets the array of guides.  
    Public Property Gets or sets a value indicating whether the chart axis is inverted.  
    Public Property Gets or sets a value indicating whether the chart axis has logarithmic scale.  
    Public Property Gets or sets the rotation angle of the axis labels. The value range is from -90 to 90.  
    Public Property Gets or sets the character limit for axis labels.  
    Public Property Gets or sets the label symbol properties.  
    Public Property Gets or sets the maximum of the axis.  
    Public Property Gets or sets the minimum of the axis.  
    Public Property Gets or sets a value indicating whether the axis title is visible.  
    Public Property Gets or sets the title of an axis.  
    Public Property Gets or sets the title symbol properties.  
    Public Property Gets or sets a value indicating whether the rotation angle of the axis labels is auto calculated.  
    Public Property Gets or sets a value indicating whether the axis title is auto generated.  
    Public Property Gets or sets the format string for axis value labels.  
    Public Property Gets or sets the number format of the axis labels. ValueNumberFormat takes precedence over ValueFormat when both are specified.  
    Public Property Gets or sets a value indicating whether the chart axis is visible.  
    Public Property Gets or sets the relative end position for zoom/pan navigation. The value range is normalized between 0 and 1.  
    Public Property Gets or sets the relative start position for zoom/pan navigation. The value range is normalized between 0 and 1.  
    Top
    Public Methods
     NameDescription
    Public Method Creates a deep copy of CIMChartAxis.  
    Public Methodstatic (Shared in Visual Basic) Reconstructs the CIMChartAxis with a specified state from a JSON encoding.  
    Public Method Not implemented, reserved for future use. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public Method Reads the element inside the reader. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public MethodOverridden.  Creates a JSON encoding of the CIMChartAxis and its current state.  
    Public Method Writes the element inside the writer. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    Protected Methods
     NameDescription
    Protected Method Called from a property setter to notify the framework that an Object member has changed. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Protected MethodOverridden.  Reads the child element inside the reader.  
    Protected MethodOverridden.  Writes a child element to the writer.  
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    See Also