com.esri.arcgis.carto
Interface IDataGraphTGeneralProperties

All Superinterfaces:
Serializable
All Known Implementing Classes:
DataGraphTGeneralProperties, IDataGraphTGeneralPropertiesProxy

public interface IDataGraphTGeneralProperties
extends Serializable

Provides access to members that control general data graph properties.

Product Availability

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


Method Summary
 String getFooter()
          Footer of the graph.
 String getSubTitle()
          Subtitle of the graph.
 String getTitle()
          Title of the graph.
 boolean isShow3D()
          Indicates if graph is rendered in 3-D.
 void setFooter(String footer)
          Footer of the graph.
 void setShow3D(boolean b)
          Indicates if graph is rendered in 3-D.
 void setSubTitle(String subTitle)
          Subtitle of the graph.
 void setTitle(String title)
          Title of the graph.
 

Method Detail

getTitle

String getTitle()
                throws IOException,
                       AutomationException
Title of the graph.

Product Availability

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

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

setTitle

void setTitle(String title)
              throws IOException,
                     AutomationException
Title of the graph.

Product Availability

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

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

getSubTitle

String getSubTitle()
                   throws IOException,
                          AutomationException
Subtitle of the graph.

Product Availability

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

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

setSubTitle

void setSubTitle(String subTitle)
                 throws IOException,
                        AutomationException
Subtitle of the graph.

Product Availability

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

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

getFooter

String getFooter()
                 throws IOException,
                        AutomationException
Footer of the graph.

Product Availability

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

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

setFooter

void setFooter(String footer)
               throws IOException,
                      AutomationException
Footer of the graph.

Product Availability

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

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

isShow3D

boolean isShow3D()
                 throws IOException,
                        AutomationException
Indicates if graph is rendered in 3-D.

Product Availability

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

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

setShow3D

void setShow3D(boolean b)
               throws IOException,
                      AutomationException
Indicates if graph is rendered in 3-D.

Product Availability

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

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