Encapsulates the object that represents an area format. More...
Inherits Object.
Inherited by Aspose::Cells::Charts::IFloor [virtual]
.
Public Member Functions | |
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::IFillFormat > | GetIFillFormat ()=0 |
Represents a
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... | |
Encapsulates the object that represents an area format.
|
pure virtual |
Gets the backgroundColor
|
pure virtual |
Gets the foreground Color
|
pure virtual |
Represents the formatting of the area.
|
pure virtual |
Represents a
object that contains fill formatting properties for the specified chart or shape.
|
pure virtual |
If the value is true and the value of chart point is a negative number, the foreground color and background color will be exchanged.
|
pure virtual |
Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
|
pure virtual |
Sets the backgroundColor
|
pure virtual |
Sets the foreground Color
|
pure virtual |
Represents the formatting of the area.
|
pure virtual |
If the value is true and the value of chart point is a negative number, the foreground color and background color will be exchanged.
|
pure virtual |
Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).