com.aspose.slides
Interface IChartWall

All Known Implementing Classes:
ChartWall

public interface IChartWall

Represents walls on 3d charts.


Method Summary
 IFormat getFormat()
           Returns the wall fill, line, effect, 3d styles.
 int getPictureType()
           Return or sets the picture type.
 int getThickness()
           Returns or sets the walls thickness as a percentage of the largest dimension of the plot volume.
 void setPictureType(int value)
           Return or sets the picture type.
 void setThickness(int value)
           Returns or sets the walls thickness as a percentage of the largest dimension of the plot volume.
 

Method Detail

getThickness

int getThickness()

Returns or sets the walls thickness as a percentage of the largest dimension of the plot volume. Read/write int.


setThickness

void setThickness(int value)

Returns or sets the walls thickness as a percentage of the largest dimension of the plot volume. Read/write int.


getFormat

IFormat getFormat()

Returns the wall fill, line, effect, 3d styles. Read-only IFormat.


getPictureType

int getPictureType()

Return or sets the picture type. Read/write PictureType.


setPictureType

void setPictureType(int value)

Return or sets the picture type. Read/write PictureType.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.