|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBarSeriesProperties
Provides access to members that control bar graph series.
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 |
---|
int getBarStyle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBarStyle(int style) throws IOException, AutomationException
style
- A com.esri.arcgis.carto.esriBarStyle constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMultipleBarType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMultipleBarType(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.carto.esriMultiBarType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBarSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBarSize(int percent) throws IOException, AutomationException
percent
- The percent (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |