|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHistogramSeriesProperties
Provides access to members that control histogram series.
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 |
---|
IDataGraphTPenProperties getLinesPenProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBinCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBinCount(int count) throws IOException, AutomationException
count
- The count (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTransparency() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTransparency(int level) throws IOException, AutomationException
level
- The level (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 |