Encapsulates the object that represents the chart area in the worksheet. More...
Inherits Aspose::Cells::Charts::IChartFrame.
Public Member Functions | |
virtual Aspose::Cells::Systems::Int32 | GetX ()=0 |
Gets the horizontal offset from its upper left corner column. More... | |
virtual void | SetX (Aspose::Cells::Systems::Int32 value)=0 |
Sets the horizontal offset from its upper left corner column. More... | |
virtual Aspose::Cells::Systems::Int32 | GetY ()=0 |
Gets the vertical offset from its upper left corner row. More... | |
virtual void | SetY (Aspose::Cells::Systems::Int32 value)=0 |
Sets the vertical offset from its upper left corner row. More... | |
virtual Aspose::Cells::Systems::Int32 | GetHeight ()=0 |
Gets the vertical offset from its lower right corner row. More... | |
virtual void | SetHeight (Aspose::Cells::Systems::Int32 value)=0 |
Sets the vertical offset from its lower right corner row. More... | |
virtual Aspose::Cells::Systems::Int32 | GetWidth ()=0 |
Gets the horizontal offset from its lower right corner column. More... | |
virtual void | SetWidth (Aspose::Cells::Systems::Int32 value)=0 |
Sets the horizontal offset from its lower right corner column. More... | |
virtual intrusive_ptr< Aspose::Cells::IFont > | GetIFont ()=0 |
Gets a IFont object of the specified chartarea object. More... | |
![]() | |
virtual bool | IsInnerMode ()=0 |
Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. More... | |
virtual void | SetInnerMode (bool value)=0 |
Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. More... | |
virtual intrusive_ptr< Aspose::Cells::Drawing::ILine > | GetBorderILine ()=0 |
Gets the border More... | |
virtual intrusive_ptr< Aspose::Cells::Drawing::IArea > | GetIArea ()=0 |
Gets the area More... | |
virtual intrusive_ptr< Aspose::Cells::IFont > | GetTextIFont ()=0 |
Gets a IFont object of the specified ChartFrame object. More... | |
virtual bool | GetAutoScaleFont ()=0 |
True if the text in the object changes font size when the object size changes. The default value is True. More... | |
virtual void | SetAutoScaleFont (bool value)=0 |
True if the text in the object changes font size when the object size changes. The default value is True. More... | |
virtual Aspose::Cells::Charts::BackgroundMode | GetBackgroundMode ()=0 |
Gets the display mode of the background More... | |
virtual void | SetBackgroundMode (Aspose::Cells::Charts::BackgroundMode value)=0 |
Sets the display mode of the background More... | |
virtual Aspose::Cells::Charts::BackgroundMode | GetBackground ()=0 |
Gets the display mode of the background More... | |
virtual void | SetBackground (Aspose::Cells::Charts::BackgroundMode value)=0 |
Sets the display mode of the background More... | |
virtual bool | IsAutomaticSize ()=0 |
Indicates whether the chart frame is automatic sized. More... | |
virtual void | SetAutomaticSize (bool value)=0 |
Indicates whether the chart frame is automatic sized. More... | |
virtual bool | GetShadow ()=0 |
True if the frame has a shadow. More... | |
virtual void | SetShadow (bool value)=0 |
True if the frame has a shadow. More... | |
virtual intrusive_ptr< Aspose::Cells::Drawing::IShapePropertyCollection > | GetIShapeProperties ()=0 |
Gets the IShapeProperties object. More... | |
virtual bool | IsDefaultPosBeSet ()=0 |
Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. More... | |
virtual Aspose::Cells::Systems::Int32 | GetDefaultX ()=0 |
Represents x of default position More... | |
virtual Aspose::Cells::Systems::Int32 | GetDefaultY ()=0 |
Represents y of default position More... | |
virtual Aspose::Cells::Systems::Int32 | GetDefaultWidth ()=0 |
Represents width of default position More... | |
virtual Aspose::Cells::Systems::Int32 | GetDefaultHeight ()=0 |
Represents height of default position More... | |
virtual void | SetPositionAuto ()=0 |
Set position of the frame to automatic More... | |
Encapsulates the object that represents the chart area in the worksheet.
|
pure virtual |
Gets the vertical offset from its lower right corner row.
Implements Aspose::Cells::Charts::IChartFrame.
|
pure virtual |
Gets a IFont object of the specified chartarea object.
Implements Aspose::Cells::Charts::IChartFrame.
|
pure virtual |
Gets the horizontal offset from its lower right corner column.
Implements Aspose::Cells::Charts::IChartFrame.
|
pure virtual |
Gets the horizontal offset from its upper left corner column.
Implements Aspose::Cells::Charts::IChartFrame.
|
pure virtual |
Gets the vertical offset from its upper left corner row.
Implements Aspose::Cells::Charts::IChartFrame.
|
pure virtual |
Sets the vertical offset from its lower right corner row.
Implements Aspose::Cells::Charts::IChartFrame.
|
pure virtual |
Sets the horizontal offset from its lower right corner column.
Implements Aspose::Cells::Charts::IChartFrame.
|
pure virtual |
Sets the horizontal offset from its upper left corner column.
Implements Aspose::Cells::Charts::IChartFrame.
|
pure virtual |
Sets the vertical offset from its upper left corner row.
Implements Aspose::Cells::Charts::IChartFrame.