|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface I3DChartSymbol
Provides access to 3D properties of chart symbols.
Method Summary | |
---|---|
double |
getThickness()
3D thickness of the chart symbol. |
int |
getTilt()
Tilt of 3D Display (0-90 degrees). |
boolean |
isDisplay3D()
Indicates if the chart symbol is 3D. |
void |
setDisplay3D(boolean flag)
Indicates if the chart symbol is 3D. |
void |
setThickness(double points)
3D thickness of the chart symbol. |
void |
setTilt(int angle)
Tilt of 3D Display (0-90 degrees). |
Method Detail |
---|
boolean isDisplay3D() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplay3D(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getThickness() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setThickness(double points) throws IOException, AutomationException
points
- The points (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTilt() throws IOException, AutomationException
Tilt is not supported by the BarChartSymbol coclass.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTilt(int angle) throws IOException, AutomationException
Tilt is not supported by the BarChartSymbol coclass.
angle
- The angle (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 |