|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBubbleSeriesProperties
Provides access to members that control bubble series.
| Method Summary | |
|---|---|
void |
getNormalizedRadiusMinMax(double[] minval,
double[] maxval)
Get normalized radius min max (percent of Y values). |
IDataGraphTSymbolProperties |
getSymbolProperties()
Properties of the bubble symbol. |
int |
getTransparency()
Transparency level. |
boolean |
isNormalizedRadius()
Properties of normalized Radius. |
void |
setNormalizedRadius(boolean bNormalized)
Properties of normalized Radius. |
void |
setNormalizedRadiusMinMax(double minval,
double maxval)
Set normalized radius min max (percent of Y values). |
void |
setTransparency(int pValue)
Transparency level. |
| Method Detail |
|---|
IDataGraphTSymbolProperties getSymbolProperties()
throws IOException,
AutomationException
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 pValue)
throws IOException,
AutomationException
pValue - The pValue (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isNormalizedRadius()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setNormalizedRadius(boolean bNormalized)
throws IOException,
AutomationException
bNormalized - The bNormalized (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setNormalizedRadiusMinMax(double minval,
double maxval)
throws IOException,
AutomationException
minval - The minval (in)maxval - The maxval (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getNormalizedRadiusMinMax(double[] minval,
double[] maxval)
throws IOException,
AutomationException
minval - The minval (out: use single element array)maxval - The maxval (out: use single element array)
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 | ||||||||