com.esri.arcgis.display
Interface IBarChartSymbol

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BarChartSymbol, IBarChartSymbolProxy

public interface IBarChartSymbol
extends java.io.Serializable

COM Interface 'IBarChartSymbol'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control bar chart symbol 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 IID50317365_bd70_11d3_9f79_00c04f6bc709
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ILineSymbol getAxes()
          The axis symbol.
 double getSpacing()
          The spacing between bars in points.
 double getWidth()
          The width of each bar in points.
 boolean isShowAxes()
          Indicates if the axis are shown.
 boolean isVerticalBars()
          Indicates if the bars are oriented vertically.
 void setAxes(ILineSymbol symbol)
          The axis symbol.
 void setShowAxes(boolean flag)
          Indicates if the axis are shown.
 void setSpacing(double points)
          The spacing between bars in points.
 void setVerticalBars(boolean flag)
          Indicates if the bars are oriented vertically.
 void setWidth(double points)
          The width of each bar in points.
 

Field Detail

IID50317365_bd70_11d3_9f79_00c04f6bc709

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

isVerticalBars

boolean isVerticalBars()
                       throws java.io.IOException,
                              AutomationException
Indicates if the bars are oriented vertically.

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

setVerticalBars

void setVerticalBars(boolean flag)
                     throws java.io.IOException,
                            AutomationException
Indicates if the bars are oriented vertically.

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

isShowAxes

boolean isShowAxes()
                   throws java.io.IOException,
                          AutomationException
Indicates if the axis are shown.

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

setShowAxes

void setShowAxes(boolean flag)
                 throws java.io.IOException,
                        AutomationException
Indicates if the axis are shown.

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

getAxes

ILineSymbol getAxes()
                    throws java.io.IOException,
                           AutomationException
The axis symbol.

Returns:
A reference to a com.esri.arcgis.display.ILineSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAxes

void setAxes(ILineSymbol symbol)
             throws java.io.IOException,
                    AutomationException
The axis symbol.

Parameters:
symbol - A reference to a com.esri.arcgis.display.ILineSymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWidth

double getWidth()
                throws java.io.IOException,
                       AutomationException
The width of each bar in points.

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

setWidth

void setWidth(double points)
              throws java.io.IOException,
                     AutomationException
The width of each bar in points.

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

getSpacing

double getSpacing()
                  throws java.io.IOException,
                         AutomationException
The spacing between bars in points.

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

setSpacing

void setSpacing(double points)
                throws java.io.IOException,
                       AutomationException
The spacing between bars in points.

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