IXlsChart3DPanel |
interface IXlsChart3DPanel : IDispatch { [id(1),propget] HRESULT Walls([out, retval]IXlsChartPatterns** walls); [id(2),propget] HRESULT Floor([out, retval]IXlsChartPatterns** floor); [id(3),propget] HRESULT ElevationAngle([out, retval]int* elevationangle); [id(3),propput] HRESULT ElevationAngle([in]int elevationangle); [id(4),propget] HRESULT SelfRotationAngle([out, retval]int* selfrotationangle); [id(4),propput] HRESULT SelfRotationAngle([in]int selfrotationangle); [id(5),propget] HRESULT Perspective([out, retval]int* perspective); [id(5),propput] HRESULT Perspective([in]int perspective); [id(6),propget] HRESULT Height([out, retval]int* height); [id(6),propput] HRESULT Height([in]int height); [id(7),propget] HRESULT RightAngles([out, retval]BOOL* rightangles); [id(7),propput] HRESULT RightAngles([in]BOOL rightangles); [id(8),propget] HRESULT AutoScaling([out, retval]BOOL* autoscaling); [id(8),propput] HRESULT AutoScaling([in]BOOL autoscaling); [id(9),propget] HRESULT SeriesGapDepth([out, retval]int* depth); [id(9),propput] HRESULT SeriesGapDepth([in]int depth); [id(10),propget] HRESULT SeriesGapWidth([out, retval]int* width); [id(10),propput] HRESULT SeriesGapWidth([in]int width); [id(11),propget] HRESULT SeriesChartDepth([out, retval]int* depth); [id(11),propput] HRESULT SeriesChartDepth([in]int depth); }
HRESULT Walls([out, retval]IXlsChartPatterns** walls);
HRESULT Floor([out, retval]IXlsChartPatterns** floor);
HRESULT ElevationAngle([out, retval]int* elevationangle);
HRESULT ElevationAngle([in]int elevationangle);
HRESULT SelfRotationAngle([out, retval]int* selfrotationangle);
HRESULT SelfRotationAngle([in]int selfrotationangle);
HRESULT Perspective([out, retval]int* perspective);
HRESULT Perspective([in]int perspective);
HRESULT Height([out, retval]int* height);
HRESULT Height([in]int height);
HRESULT RightAngles([out, retval]BOOL* rightangles);
HRESULT RightAngles([in]BOOL rightangles);
HRESULT AutoScaling([out, retval]BOOL* autoscaling);
HRESULT AutoScaling([in]BOOL autoscaling);
HRESULT SeriesGapDepth([out, retval]int* depth);
HRESULT SeriesGapDepth([in]int depth);
HRESULT SeriesGapWidth([out, retval]int* width);
HRESULT SeriesGapWidth([in]int width);
HRESULT SeriesChartDepth([out, retval]int* depth);
HRESULT SeriesChartDepth([in]int depth);