com.esri.arcgis.carto
Interface IBarSeriesProperties

All Superinterfaces:
Serializable
All Known Implementing Classes:
BarSeriesProperties, IBarSeriesPropertiesProxy

public interface IBarSeriesProperties
extends Serializable

Provides access to members that control bar graph series.

Product Availability

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


Method Summary
 int getBarSize()
          Relative width of the bar.
 int getBarStyle()
          Style of bars in the bar graph.
 int getMultipleBarType()
          Type of multiple bar-series graph.
 void setBarSize(int percent)
          Relative width of the bar.
 void setBarStyle(int style)
          Style of bars in the bar graph.
 void setMultipleBarType(int type)
          Type of multiple bar-series graph.
 

Method Detail

getBarStyle

int getBarStyle()
                throws IOException,
                       AutomationException
Style of bars in the bar graph.

Product Availability

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

Returns:
A com.esri.arcgis.carto.esriBarStyle constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBarStyle

void setBarStyle(int style)
                 throws IOException,
                        AutomationException
Style of bars in the bar graph.

Product Availability

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

Parameters:
style - A com.esri.arcgis.carto.esriBarStyle constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMultipleBarType

int getMultipleBarType()
                       throws IOException,
                              AutomationException
Type of multiple bar-series graph.

Product Availability

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

Returns:
A com.esri.arcgis.carto.esriMultiBarType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMultipleBarType

void setMultipleBarType(int type)
                        throws IOException,
                               AutomationException
Type of multiple bar-series graph.

Product Availability

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

Parameters:
type - A com.esri.arcgis.carto.esriMultiBarType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBarSize

int getBarSize()
               throws IOException,
                      AutomationException
Relative width of the bar.

Product Availability

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

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

setBarSize

void setBarSize(int percent)
                throws IOException,
                       AutomationException
Relative width of the bar.

Product Availability

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

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