com.esri.arcgis.carto
Interface IHistogramSeriesProperties

All Superinterfaces:
Serializable
All Known Implementing Classes:
HistogramSeriesProperties, IHistogramSeriesPropertiesProxy, ScatterPlotMatrixSeriesProperties

public interface IHistogramSeriesProperties
extends Serializable

Provides access to members that control histogram series.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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.
 

Method Detail

getLinesPenProperties

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getBinCount

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setBinCount

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getTransparency

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setTransparency

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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