com.esri.arcgis.display
Interface IStackedChartSymbol

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IStackedChartSymbolProxy, StackedChartSymbol

public interface IStackedChartSymbol
extends java.io.Serializable

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

Description: 'Provides access to stacked 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 IID50317366_bd70_11d3_9f79_00c04f6bc709
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ILineSymbol getOutline()
          The symbol for the chart outline.
 double getWidth()
          The width of the bar in points.
 boolean isFixed()
          Indicates if the bars are of a fixed length (the alternative is graduated length bars).
 boolean isUseOutline()
          Indicates if the outline symbol is drawn.
 boolean isVerticalBar()
          Indicates if the bar is oriented vertically.
 void setFixed(boolean flag)
          Indicates if the bars are of a fixed length (the alternative is graduated length bars).
 void setOutline(ILineSymbol symbol)
          The symbol for the chart outline.
 void setUseOutline(boolean flag)
          Indicates if the outline symbol is drawn.
 void setVerticalBar(boolean flag)
          Indicates if the bar is oriented vertically.
 void setWidth(double points)
          The width of the bar in points.
 

Field Detail

IID50317366_bd70_11d3_9f79_00c04f6bc709

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

getWidth

double getWidth()
                throws java.io.IOException,
                       AutomationException
The width of the 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 the 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.

isVerticalBar

boolean isVerticalBar()
                      throws java.io.IOException,
                             AutomationException
Indicates if the bar is oriented vertically.

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

setVerticalBar

void setVerticalBar(boolean flag)
                    throws java.io.IOException,
                           AutomationException
Indicates if the bar is oriented vertically.

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

isUseOutline

boolean isUseOutline()
                     throws java.io.IOException,
                            AutomationException
Indicates if the outline symbol is drawn.

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

setUseOutline

void setUseOutline(boolean flag)
                   throws java.io.IOException,
                          AutomationException
Indicates if the outline symbol is drawn.

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

getOutline

ILineSymbol getOutline()
                       throws java.io.IOException,
                              AutomationException
The symbol for the chart outline.

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.

setOutline

void setOutline(ILineSymbol symbol)
                throws java.io.IOException,
                       AutomationException
The symbol for the chart outline.

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.

isFixed

boolean isFixed()
                throws java.io.IOException,
                       AutomationException
Indicates if the bars are of a fixed length (the alternative is graduated length bars).

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

setFixed

void setFixed(boolean flag)
              throws java.io.IOException,
                     AutomationException
Indicates if the bars are of a fixed length (the alternative is graduated length bars).

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