com.esri.arcgis.carto
Interface IHistogramSeriesProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
HistogramSeriesProperties, IHistogramSeriesPropertiesProxy, ScatterPlotMatrixSeriesProperties

public interface IHistogramSeriesProperties
extends java.io.Serializable

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

Description: 'Provides access to members that control histogram 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 IIDa7a7c47d_7b09_47d0_b334_12079a3427b8
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getBinCount()
          Amount of bins in classifying input values.
 IDataGraphTPenProperties getLinesPenProperties()
          Properties of the border of the bar .
 int getTransparency()
          Transparency level of histogram bars.
 void setBinCount(int count)
          Amount of bins in classifying input values.
 void setTransparency(int level)
          Transparency level of histogram bars.
 

Field Detail

IIDa7a7c47d_7b09_47d0_b334_12079a3427b8

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

getLinesPenProperties

IDataGraphTPenProperties getLinesPenProperties()
                                               throws java.io.IOException,
                                                      AutomationException
Properties of the border of the bar .

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

getBinCount

int getBinCount()
                throws java.io.IOException,
                       AutomationException
Amount of bins in classifying input values.

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

setBinCount

void setBinCount(int count)
                 throws java.io.IOException,
                        AutomationException
Amount of bins in classifying input values.

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

getTransparency

int getTransparency()
                    throws java.io.IOException,
                           AutomationException
Transparency level of histogram bars.

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

setTransparency

void setTransparency(int level)
                     throws java.io.IOException,
                            AutomationException
Transparency level of histogram bars.

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