com.esri.arcgis.carto
Interface IDataGraphTAxisProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DataGraphTHorizontalAxisProperties, DataGraphTVerticalAxisProperties, IDataGraphTAxisPropertiesProxy

public interface IDataGraphTAxisProperties
extends java.io.Serializable

COM Interface 'IDataGraphTAxisProperties'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control graph axis properties.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID6d6170e0_f35c_4f35_bc0d_d65e9db779e9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getDateTimeFormat()
          Format string for axis date/time labels.
 java.lang.Object getMaximum()
          Maximum of the axis.
 java.lang.Object getMinimum()
          Minimum of the axis.
 java.lang.String getTitle()
          Title of an axis.
 java.lang.String getValueFormat()
          Format string for axis value labels.
 boolean isAutomaticMaximum()
          Indicates whether the graph axis calculates it's maximum.
 boolean isAutomaticMinimum()
          Indicates whether the graph axis calculates it's minimum.
 boolean isHorizontal()
          Indicates axis orientation.
 boolean isLogarithmic()
          Indicates whether the graph axis has logarithmic scale.
 boolean isVisible()
          Indicates whether the graph axis is visible.
 void setAutomaticMaximum(boolean b)
          Indicates whether the graph axis calculates it's maximum.
 void setAutomaticMinimum(boolean b)
          Indicates whether the graph axis calculates it's minimum.
 void setDateTimeFormat(java.lang.String format)
          Format string for axis date/time labels.
 void setLogarithmic(boolean b)
          Indicates whether the graph axis has logarithmic scale.
 void setMaximum(java.lang.Object var)
          Maximum of the axis.
 void setMinimum(java.lang.Object var)
          Minimum of the axis.
 void setTitle(java.lang.String title)
          Title of an axis.
 void setValueFormat(java.lang.String format)
          Format string for axis value labels.
 void setVisible(boolean b)
          Indicates whether the graph axis is visible.
 

Field Detail

IID6d6170e0_f35c_4f35_bc0d_d65e9db779e9

static final int IID6d6170e0_f35c_4f35_bc0d_d65e9db779e9
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isVisible

boolean isVisible()
                  throws java.io.IOException,
                         AutomationException
Indicates whether the graph axis is visible.

Returns:
The b
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVisible

void setVisible(boolean b)
                throws java.io.IOException,
                       AutomationException
Indicates whether the graph axis is visible.

Parameters:
b - The b (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isLogarithmic

boolean isLogarithmic()
                      throws java.io.IOException,
                             AutomationException
Indicates whether the graph axis has logarithmic scale.

Returns:
The b
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLogarithmic

void setLogarithmic(boolean b)
                    throws java.io.IOException,
                           AutomationException
Indicates whether the graph axis has logarithmic scale.

Parameters:
b - The b (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTitle

java.lang.String getTitle()
                          throws java.io.IOException,
                                 AutomationException
Title of an axis.

Returns:
The title
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTitle

void setTitle(java.lang.String title)
              throws java.io.IOException,
                     AutomationException
Title of an axis.

Parameters:
title - The title (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getValueFormat

java.lang.String getValueFormat()
                                throws java.io.IOException,
                                       AutomationException
Format string for axis value labels.

Returns:
The format
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setValueFormat

void setValueFormat(java.lang.String format)
                    throws java.io.IOException,
                           AutomationException
Format string for axis value labels.

Parameters:
format - The format (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDateTimeFormat

java.lang.String getDateTimeFormat()
                                   throws java.io.IOException,
                                          AutomationException
Format string for axis date/time labels.

Returns:
The format
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDateTimeFormat

void setDateTimeFormat(java.lang.String format)
                       throws java.io.IOException,
                              AutomationException
Format string for axis date/time labels.

Parameters:
format - The format (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAutomaticMinimum

boolean isAutomaticMinimum()
                           throws java.io.IOException,
                                  AutomationException
Indicates whether the graph axis calculates it's minimum.

Returns:
The b
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAutomaticMinimum

void setAutomaticMinimum(boolean b)
                         throws java.io.IOException,
                                AutomationException
Indicates whether the graph axis calculates it's minimum.

Parameters:
b - The b (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAutomaticMaximum

boolean isAutomaticMaximum()
                           throws java.io.IOException,
                                  AutomationException
Indicates whether the graph axis calculates it's maximum.

Returns:
The b
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAutomaticMaximum

void setAutomaticMaximum(boolean b)
                         throws java.io.IOException,
                                AutomationException
Indicates whether the graph axis calculates it's maximum.

Parameters:
b - The b (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMinimum

java.lang.Object getMinimum()
                            throws java.io.IOException,
                                   AutomationException
Minimum of the axis.

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMinimum

void setMinimum(java.lang.Object var)
                throws java.io.IOException,
                       AutomationException
Minimum of the axis.

Parameters:
var - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaximum

java.lang.Object getMaximum()
                            throws java.io.IOException,
                                   AutomationException
Maximum of the axis.

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaximum

void setMaximum(java.lang.Object var)
                throws java.io.IOException,
                       AutomationException
Maximum of the axis.

Parameters:
var - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isHorizontal

boolean isHorizontal()
                     throws java.io.IOException,
                            AutomationException
Indicates axis orientation.

Returns:
The b
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.