com.esri.arcgis.carto
Interface IBarSeriesProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BarSeriesProperties, IBarSeriesPropertiesProxy

public interface IBarSeriesProperties
extends java.io.Serializable

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

Description: 'Provides access to members that control bar graph series.' 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 IIDf888d1fd_e470_4534_9bd6_f00282e0ab15
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDf888d1fd_e470_4534_9bd6_f00282e0ab15

static final int IIDf888d1fd_e470_4534_9bd6_f00282e0ab15
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

getBarStyle

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

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

setBarStyle

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

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

getMultipleBarType

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

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

setMultipleBarType

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

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

getBarSize

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

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

setBarSize

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

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