Aspose::Cells::Charts::Walls class
Contents
[
Hide
]Walls class
Encapsulates the object that represents the walls of a 3-D chart.
class Walls : public Aspose::Cells::Charts::Floor
Methods
Method | Description |
---|---|
Area(Area_Impl* impl) | Constructs from an implementation object. |
Area(const Area& src) | Copy constructor. |
Floor(Floor_Impl* impl) | Constructs from an implementation object. |
Floor(const Floor& src) | Copy constructor. |
Floor(const Area& src) | Constructs from a parent object. |
GetBackgroundColor() | Gets or sets the background Color of the Area. |
GetBorder() | Gets or sets the border Line. |
GetCenterX() | Gets the x coordinate of the left-bottom corner of Wall center in units of 1/4000 of chart’s width after calls Chart.Calculate() method. |
GetCenterXPx() | Gets the x coordinate of the left-bottom corner of Wall center in units of pixels after calls Chart.Calculate() method. |
GetCenterY() | Gets the y coordinate of the left-bottom corner of Wall center in units of 1/4000 of chart’s height after calls Chart.Calculate() method. |
GetCenterYPx() | Gets the y coordinate of the left-bottom corner of Wall center in units of pixels after calls Chart.Calculate() method. |
GetCubePointCount() | Gets the number of cube points after calls Chart.Calculate() method. |
GetCubePointXPx(int32_t index) | Gets x-coordinate of the apex point of walls cube after calls Chart.Calculate() method. The number of apex points of walls cube is eight. |
GetCubePointYPx(int32_t index) | Gets y-coordinate of the apex point of walls cube after calls Chart.Calculate() method. The number of apex points of walls cube is eight. |
GetDepth() | Gets the depth front to back in units of 1/4000 of chart’s width after calls Chart.Calculate() method. |
GetDepthPx() | Gets the depth front to back in units of pixels after calls Chart.Calculate() method. |
GetFillFormat() | Represents a FillFormat object that contains fill formatting properties for the specified chart or shape. |
GetForegroundColor() | Gets or sets the foreground Color. |
GetFormatting() | Represents the formatting of the area. |
GetHeight() | Gets the height of top to bottom in units of 1/4000 of chart’s height after calls Chart.Calculate() method. |
GetHeightPx() | Gets the height of top to bottom in units of pixels after calls Chart.Calculate() method. |
GetInvertIfNegative() | If the property is true and the value of chart point is a negative number, the foreground color and background color will be exchanged. |
GetTransparency() | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
GetWidth() | Gets the width of left to right in units of 1/4000 of chart’s width after calls Chart.Calculate() method. |
GetWidthPx() | Gets the width of left to right in units of pixels after calls Chart.Calculate() method. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const Walls& src) | operator= |
operator=(const Floor& src) | operator= |
operator=(const Area& src) | operator= |
SetBackgroundColor(const Aspose::Cells::Color& value) | Gets or sets the background Color of the Area. |
SetBorder(const Line& value) | Gets or sets the border Line. |
SetForegroundColor(const Aspose::Cells::Color& value) | Gets or sets the foreground Color. |
SetFormatting(FormattingType value) | Represents the formatting of the area. |
SetInvertIfNegative(bool value) | If the property is true and the value of chart point is a negative number, the foreground color and background color will be exchanged. |
SetTransparency(double value) | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
Walls(Walls_Impl* impl) | Constructs from an implementation object. |
Walls(const Walls& src) | Copy constructor. |
Walls(const Floor& src) | Constructs from a parent object. |
~Area() | Destructor. |
~Floor() | Destructor. |
~Walls() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Class Floor
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++