Aspose::Cells::Charts::IFloor Class Referenceabstract

Encapsulates the object that represents the floor of a 3-D chart. More...

Inherits Aspose::Cells::Drawing::IArea.

Inherited by Aspose::Cells::Charts::IWalls [virtual].

Public Member Functions

virtual intrusive_ptr< Aspose::Cells::Drawing::ILineGetBorderILine ()=0
 Gets the border ILine More...
 
virtual void SetBorderILine (intrusive_ptr< Aspose::Cells::Drawing::ILine > value)=0
 Sets the border ILine More...
 
- Public Member Functions inherited from Aspose::Cells::Drawing::IArea
virtual intrusive_ptr< Aspose::Cells::Systems::Drawing::Color > GetBackgroundColor ()=0
 Gets the backgroundColor More...
 
virtual void SetBackgroundColor (intrusive_ptr< Aspose::Cells::Systems::Drawing::Color > value)=0
 Sets the backgroundColor More...
 
virtual intrusive_ptr< Aspose::Cells::Systems::Drawing::Color > GetForegroundColor ()=0
 Gets the foreground Color More...
 
virtual void SetForegroundColor (intrusive_ptr< Aspose::Cells::Systems::Drawing::Color > value)=0
 Sets the foreground Color More...
 
virtual Aspose::Cells::Charts::FormattingType GetFormatting ()=0
 Represents the formatting of the area. More...
 
virtual void SetFormatting (Aspose::Cells::Charts::FormattingType value)=0
 Represents the formatting of the area. More...
 
virtual bool GetInvertIfNegative ()=0
 If the value is true and the value of chart point is a negative number, the foreground color and background color will be exchanged. More...
 
virtual void SetInvertIfNegative (bool value)=0
 If the value is true and the value of chart point is a negative number, the foreground color and background color will be exchanged. More...
 
virtual intrusive_ptr< Aspose::Cells::Drawing::IFillFormatGetIFillFormat ()=0
 Represents a
See also
IFillFormat

object that contains fill formatting properties for the specified chart or shape. More...

 
virtual Aspose::Cells::Systems::Double GetTransparency ()=0
 Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). More...
 
virtual void SetTransparency (Aspose::Cells::Systems::Double value)=0
 Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). More...
 

Detailed Description

Encapsulates the object that represents the floor of a 3-D chart.

Member Function Documentation

◆ GetBorderILine()

virtual intrusive_ptr<Aspose::Cells::Drawing::ILine> Aspose::Cells::Charts::IFloor::GetBorderILine ( )
pure virtual

Gets the border ILine

◆ SetBorderILine()

virtual void Aspose::Cells::Charts::IFloor::SetBorderILine ( intrusive_ptr< Aspose::Cells::Drawing::ILine value)
pure virtual

Sets the border ILine