Aspose::Slides::Charts::Chart Class Reference

Represents an graphic chart on a slide. More...

Inherits Aspose::Slides::GraphicalObject, and Aspose::Slides::Charts::IChart.

Public Member Functions

bool get_PlotVisibleCellsOnly () override
 Determines whether the only visible cells are plotted. False to plot both visible and hidden cells. Read bool. More...
 
void set_PlotVisibleCellsOnly (bool value) override
 Determines whether the only visible cells are plotted. False to plot both visible and hidden cells. Write bool. More...
 
DisplayBlanksAsType get_DisplayBlanksAs () override
 Returns the way to plot blank cells on a chart. Read DisplayBlanksAsType. More...
 
void set_DisplayBlanksAs (DisplayBlanksAsType value) override
 Sets the way to plot blank cells on a chart. Write DisplayBlanksAsType. More...
 
System::SharedPtr< IChartDataget_ChartData () override
 Returns information about the linked or embedded data associated with a chart. Read-only IChartData. More...
 
bool get_HasTitle () override
 Determines whether a chart has a visible title. Read bool. More...
 
void set_HasTitle (bool value) override
 Determines whether a chart has a visible title. Write bool. More...
 
System::SharedPtr< IChartTitleget_ChartTitle () override
 Returns a chart title. Read-only IChartTitle. More...
 
bool get_HasDataTable () override
 Determines whether a chart has a data table. Read bool. More...
 
void set_HasDataTable (bool value) override
 Determines whether a chart has a data table. Write bool. More...
 
bool get_HasLegend () override
 Determines whether a chart has a legend. Read bool. More...
 
void set_HasLegend (bool value) override
 Determines whether a chart has a legend. Write bool. More...
 
System::SharedPtr< ILegendget_Legend () override
 Returns a legend for a chart. Read-only ILegend. More...
 
System::SharedPtr< IDataTableget_ChartDataTable () override
 Returns a data table of a chart. Read-only IDataTable. More...
 
StyleType get_Style () override
 Returns the chart style. Read StyleType. More...
 
void set_Style (StyleType value) override
 Sets the chart style. Write StyleType. More...
 
ChartType get_Type () override
 Returns the chart type. Read ChartType. More...
 
void set_Type (ChartType value) override
 Sets the chart type. Write ChartType. More...
 
System::SharedPtr< IChartPlotAreaget_PlotArea () override
 Represents the plot area of a chart. Read-only IChartPlotArea. More...
 
System::SharedPtr< IRotation3Dget_Rotation3D () override
 Returns a 3D rotation of a chart. Read-only IRotation3D. More...
 
System::SharedPtr< IChartWallget_BackWall () override
 Returns an object which allows to change format of the back wall of a 3D chart. Read-only IChartWall. More...
 
System::SharedPtr< IChartWallget_SideWall () override
 Returns an object which allows to change format of the side wall of a 3D chart. Read-only IChartWall. More...
 
System::SharedPtr< IChartWallget_Floor () override
 Returns an object which allows to change format of the floor of a 3D chart. Read-only IChartWall. More...
 
System::SharedPtr< IChartTextFormatget_TextFormat () override
 Returns chart text format. Read-only IChartTextFormat. More...
 
System::SharedPtr< Aspose::Slides::Theme::IOverrideThemeManagerget_ThemeManager () override
 Returns theme manager. Read-only Aspose::Slides::Theme::IOverrideThemeManager. More...
 
System::SharedPtr< IGroupShapeget_UserShapes () override
 Specify the shapes drawn on top of the chart. Read-only IGroupShape. More...
 
System::SharedPtr< IAxesManagerget_Axes () override
 Provide access to chart axes. Read-only IAxesManager. More...
 
bool get_ShowDataLabelsOverMaximum () override
 Specifies data labels over the maximum of the chart shall be shown. Read bool. More...
 
void set_ShowDataLabelsOverMaximum (bool value) override
 Specifies data labels over the maximum of the chart shall be shown. Write bool. More...
 
bool get_HasRoundedCorners () override
 Specifies the chart area shall have rounded corners. Read bool. More...
 
void set_HasRoundedCorners (bool value) override
 Specifies the chart area shall have rounded corners. Write bool. More...
 
void ValidateChartLayout () override
 Calculates actual values of chart elements. The actual values include position of elements that implement IActualLayout interface (IActualLayout::get_ActualX, IActualLayout::get_ActualY, IActualLayout::get_ActualWidth, IActualLayout::get_ActualHeight) and actual axes values (IAxis::get_ActualMaxValue, IAxis::get_ActualMinValue, IAxis::get_ActualMajorUnit, IAxis::get_ActualMinorUnit, IAxis::get_ActualMajorUnitScale, IAxis::get_ActualMinorUnitScale) More...
 
System::SharedPtr< Aspose::Slides::Theme::IThemeEffectiveDataCreateThemeEffective () override
 Returns an effective theme for this chart. More...
 
- Public Member Functions inherited from Aspose::Slides::GraphicalObject
System::SharedPtr< IGraphicalObjectLockget_GraphicalObjectLock () override
 Returns shape's locks. Read-only IGraphicalObjectLock. More...
 
- Public Member Functions inherited from Aspose::Slides::Shape
bool get_IsTextHolder () override
 Determines whether the shape is TextHolder_PPT. Read-only bool. More...
 
System::SharedPtr< IPlaceholderget_Placeholder () override
 Returns the placeholder for a shape. Returns null if the shape has no placeholder. Read-only IPlaceholder. More...
 
System::SharedPtr< ICustomDataget_CustomData () override
 Returns the shape's custom data. Read-only ICustomData. More...
 
System::SharedPtr< IShapeFrameget_RawFrame () override
 Returns the raw shape frame's properties. Read IShapeFrame. More...
 
void set_RawFrame (System::SharedPtr< IShapeFrame > value) override
 Sets the raw shape frame's properties. Write IShapeFrame. More...
 
System::SharedPtr< IShapeFrameget_Frame () override
 Returns the shape frame's properties. Read IShapeFrame. More...
 
void set_Frame (System::SharedPtr< IShapeFrame > value) override
 Sets the shape frame's properties. Write IShapeFrame. More...
 
System::SharedPtr< ILineFormatget_LineFormat () override
 Returns the LineFormat object that contains line formatting properties for a shape. Note: can return null for certain types of shapes which don't have line properties. Read-only ILineFormat. More...
 
System::SharedPtr< IThreeDFormatget_ThreeDFormat () override
 Returns the ThreeDFormat object that 3d effect properties for a shape. Note: can return null for certain types of shapes which don't have 3d properties. Read-only IThreeDFormat. More...
 
System::SharedPtr< IEffectFormatget_EffectFormat () override
 Returns the EffectFormat object which contains pixel effects applied to a shape. Note: can return null for certain types of shapes which don't have effect properties. Read-only IEffectFormat. More...
 
System::SharedPtr< IFillFormatget_FillFormat () override
 Returns the FillFormat object that contains fill formatting properties for a shape. Note: can return null for certain types of shapes which don't have fill properties. Read-only IFillFormat. More...
 
System::SharedPtr< IHyperlinkget_HyperlinkClick () override
 Returns the hyperlink defined for mouse click. Read IHyperlink. More...
 
void set_HyperlinkClick (System::SharedPtr< IHyperlink > value) override
 Sets the hyperlink defined for mouse click. Write IHyperlink. More...
 
System::SharedPtr< IHyperlinkget_HyperlinkMouseOver () override
 Returns the hyperlink defined for mouse over. Read IHyperlink. More...
 
void set_HyperlinkMouseOver (System::SharedPtr< IHyperlink > value) override
 Sets the hyperlink defined for mouse over. Write IHyperlink. More...
 
System::SharedPtr< IHyperlinkManagerget_HyperlinkManager () override
 Returns the hyperlink manager. Read-only IHyperlinkManager. More...
 
bool get_Hidden () override
 Determines whether the shape is hidden. Read bool. More...
 
void set_Hidden (bool value) override
 Determines whether the shape is hidden. Write bool. More...
 
int32_t get_ZOrderPosition () override
 Returns the position of a shape in the z-order. Shapes[0] returns the shape at the back of the z-order, and Shapes[Shapes.Count - 1] returns the shape at the front of the z-order. Read-only int32_t. More...
 
int32_t get_ConnectionSiteCount () override
 Returns the number of connection sites on the shape. Read-only int32_t. More...
 
float get_Rotation () override
 Returns the number of degrees the specified shape is rotated around the z-axis. A positive value indicates clockwise rotation; a negative value indicates counterclockwise rotation. Read float. More...
 
void set_Rotation (float value) override
 Sets the number of degrees the specified shape is rotated around the z-axis. A positive value indicates clockwise rotation; a negative value indicates counterclockwise rotation. Write float. More...
 
float get_X () override
 Returns the x-coordinate of the upper-left corner of the shape. Read float. More...
 
void set_X (float value) override
 Sets the x-coordinate of the upper-left corner of the shape. Write float. More...
 
float get_Y () override
 Returns the y-coordinate of the upper-left corner of the shape. Read float. More...
 
void set_Y (float value) override
 Sets the y-coordinate of the upper-left corner of the shape. Write float. More...
 
float get_Width () override
 Returns the width of the shape. Read float. More...
 
void set_Width (float value) override
 Sets the width of the shape. Write float. More...
 
float get_Height () override
 Returns the height of the shape. Read float. More...
 
void set_Height (float value) override
 Sets the height of the shape. Write float. More...
 
Aspose::Slides::BlackWhiteMode get_BlackWhiteMode () override
 Property specifies how a shape will render in black-and-white display mode.. Read Slides::BlackWhiteMode. More...
 
void set_BlackWhiteMode (Aspose::Slides::BlackWhiteMode value) override
 Property specifies how a shape will render in black-and-white display mode.. Write Slides::BlackWhiteMode. More...
 
uint32_t get_UniqueId () override
 Gets unique shape identifier in presentation scope. Read-only uint32_t. See also Shape::get_OfficeInteropShapeId for getting unique shape identifier in slide scope. More...
 
uint32_t get_OfficeInteropShapeId () override
 Gets unique shape identifier in slide scope. Read-only uint32_t. See also Shape::get_UniqueId for getting unique shape identifier in presentation scope. More...
 
System::String get_AlternativeText () override
 Returns the alternative text associated with a shape. Read System::String. More...
 
void set_AlternativeText (System::String value) override
 Sets the alternative text associated with a shape. Write System::String. More...
 
System::String get_AlternativeTextTitle () override
 Returns the title of alternative text associated with a shape. Read System::String. More...
 
void set_AlternativeTextTitle (System::String value) override
 Sets the title of alternative text associated with a shape. Write System::String. More...
 
System::String get_Name () override
 Returns the name of a shape. Must be not null. Use empty string value if needed. Read System::String. More...
 
void set_Name (System::String value) override
 Sets the name of a shape. Must be not null. Use empty string value if needed. Write System::String. More...
 
System::SharedPtr< IBaseShapeLockget_ShapeLock () override
 Returns shape's locks. Read-only IBaseShapeLock. More...
 
bool get_IsGrouped () override
 Determines whether the shape is grouped. Read-only bool. More...
 
System::SharedPtr< IGroupShapeget_ParentGroup () override
 Returns parent GroupShape object if shape is grouped. Otherwise returns null. Read-only IGroupShape. More...
 
System::SharedPtr< IBaseSlideget_Slide () override
 Returns the parent slide of a shape. Read-only IBaseSlide. More...
 
System::SharedPtr< IPresentationget_Presentation () override
 Returns the parent presentation of a slide. Read-only IPresentation. More...
 
void RemovePlaceholder () override
 Defines that this shape isn't a placeholder. More...
 
System::SharedPtr< IPlaceholderAddPlaceholder (System::SharedPtr< IPlaceholder > placeholderToCopyFrom) override
 Adds a new placeholder if there is no and sets placeholder properties to a specified one. More...
 
System::SharedPtr< System::Drawing::BitmapGetThumbnail () override
 Returns shape thumbnail. ShapeThumbnailBounds::Shape shape thumbnail bounds type is used by default. More...
 
System::SharedPtr< System::Drawing::BitmapGetThumbnail (ShapeThumbnailBounds bounds, float scaleX, float scaleY) override
 Returns shape thumbnail. More...
 
void WriteAsSvg (System::SharedPtr< System::IO::Stream > stream) override
 Saves content of Shape as SVG file. More...
 
void WriteAsSvg (System::SharedPtr< System::IO::Stream > stream, System::SharedPtr< Export::ISVGOptions > svgOptions) override
 Saves content of Shape as SVG file. More...
 
- Public Member Functions inherited from System::Object
 Object ()
 Creates object. Initializes all internal data structures. More...
 
virtual ~Object ()
 Destroys object. Frees all internal data structures. More...
 
 Object (Object const &x)
 Copy constructor. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
 
Objectoperator= (Object const &x)
 Assignment operator. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
 
ObjectSharedRefAdded ()
 Increments shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
int SharedRefRemovedSafe ()
 Decrements and returns shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
int RemovedSharedRefs (int count)
 Decreases shared reference count by specified value. More...
 
Detail::SmartPtrCounter * WeakRefAdded ()
 Increments weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
void WeakRefRemoved ()
 Decrements weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
Detail::SmartPtrCounter * GetCounter ()
 Gets reference counter data structure associated with the object. More...
 
int SharedCount () const
 Gets current value of shared reference counter. More...
 
void Lock ()
 Implements C# lock() statement locking. Call directly or use LockContext sentry object. More...
 
void Unlock ()
 Implements C# lock() statement unlocking. Call directly or use LockContext sentry object. More...
 
virtual bool Equals (ptr obj)
 Compares objects using C# Object.Equals semantics. More...
 
virtual int32_t GetHashCode () const
 Analog of C# Object.GetHashCode() method. Enables hashing of custom objects. More...
 
virtual String ToString () const
 Analog of C# Object.ToString() method. Enables converting custom objects to string. More...
 
virtual ptr MemberwiseClone () const
 Analog of C# Object.MemberwiseClone() method. Enables cloning custom types. More...
 
virtual const TypeInfoGetType () const
 Gets actual type of object. Analog of C# System.Object.GetType() call. More...
 
virtual bool Is (const TypeInfo &targetType) const
 Check if object represents an instance of type described by targetType. Analog of C# 'is' operator. More...
 
virtual void SetTemplateWeakPtr (uint32_t argument)
 Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. More...
 
virtual bool FastCast (const Details::FastRttiBase &helper, void **out_ptr) const
 For internal purposes only. More...
 
template<>
bool ReferenceEquals (String const &str, std::nullptr_t)
 Specialization of Object::ReferenceEquals for case of string and nullptr. More...
 
template<>
bool ReferenceEquals (String const &str1, String const &str2)
 Specialization of Object::ReferenceEquals for case of strings. More...
 

Protected Member Functions

void Draw (System::SharedPtr< Aspose::Slides::Drawing::Canvas > canvas, System::SharedPtr< Aspose::Slides::Drawing::RenderContext > rc, System::SharedPtr< InterruptionToken > interruptionToken) override
 
void Reset () override
 Sets all formats to NotDefined state. For shapes with placeholders this will cause default state. More...
 
System::SharedPtr< ShapeCreateFallbackShapeFromCurrent () override
 Generates PictureFrame object for the fallback part of the AlternateContent element. Used for post 2016 charts. More...
 
virtual ~Chart ()
 
- Protected Member Functions inherited from Aspose::Slides::GraphicalObject
bool get_MetroBlobRequired () override
 Shows if saving this shape to ppt requires GroupShapeMetroBlob record to save all shape's properties correctly More...
 
- Protected Member Functions inherited from Aspose::Slides::Shape
virtual ~Shape ()
 

Additional Inherited Members

- Public Types inherited from System::Object
typedef SmartPtr< Objectptr
 Alias for smart pointer type. More...
 
- Static Public Member Functions inherited from System::Object
static bool ReferenceEquals (ptr const &objA, ptr const &objB)
 Compares objects by reference. More...
 
template<typename T >
static std::enable_if<!IsSmartPtr< T >::value, bool >::type ReferenceEquals (T const &objA, T const &objB)
 Compares objects by reference. More...
 
template<typename T >
static std::enable_if<!IsSmartPtr< T >::value, bool >::type ReferenceEquals (T const &objA, std::nullptr_t)
 Reference-compares value type object with nullptr. More...
 
template<typename T1 , typename T2 >
static std::enable_if< IsSmartPtr< T1 >::value &&IsSmartPtr< T2 >::value, bool >::type Equals (T1 const &objA, T2 const &objB)
 Compares reference type objects in C# style. More...
 
template<typename T1 , typename T2 >
static std::enable_if<!IsSmartPtr< T1 >::value &&!IsSmartPtr< T2 >::value, bool >::type Equals (T1 const &objA, T2 const &objB)
 Compares value type objects in C# style. More...
 
static const TypeInfoType ()
 Implements C# typeof(System.Object) construct. More...
 
template<>
bool Equals (float const &objA, float const &objB)
 Emulates C#-style floating point comparison where two NaNs are considered equal even though according to IEC 60559:1989 NaN is not equal to any value, including NaN. More...
 
template<>
bool Equals (double const &objA, double const &objB)
 Emulates C#-style floating point comparison where two NaNs are considered equal even though according to IEC 60559:1989 NaN is not equal to any value, including NaN. More...
 

Detailed Description

Represents an graphic chart on a slide.

Constructor & Destructor Documentation

◆ ~Chart()

virtual Aspose::Slides::Charts::Chart::~Chart ( )
protectedvirtual

Member Function Documentation

◆ CreateFallbackShapeFromCurrent()

System::SharedPtr<Shape> Aspose::Slides::Charts::Chart::CreateFallbackShapeFromCurrent ( )
overrideprotected

Generates PictureFrame object for the fallback part of the AlternateContent element. Used for post 2016 charts.

Returns

◆ CreateThemeEffective()

System::SharedPtr<Aspose::Slides::Theme::IThemeEffectiveData> Aspose::Slides::Charts::Chart::CreateThemeEffective ( )
overridevirtual

Returns an effective theme for this chart.

Implements Aspose::Slides::Theme::IThemeable.

◆ Draw()

void Aspose::Slides::Charts::Chart::Draw ( System::SharedPtr< Aspose::Slides::Drawing::Canvas >  canvas,
System::SharedPtr< Aspose::Slides::Drawing::RenderContext >  rc,
System::SharedPtr< InterruptionToken interruptionToken 
)
overrideprotected

◆ get_Axes()

System::SharedPtr<IAxesManager> Aspose::Slides::Charts::Chart::get_Axes ( )
overridevirtual

Provide access to chart axes. Read-only IAxesManager.

Implements Aspose::Slides::Charts::IChart.

◆ get_BackWall()

System::SharedPtr<IChartWall> Aspose::Slides::Charts::Chart::get_BackWall ( )
overridevirtual

Returns an object which allows to change format of the back wall of a 3D chart. Read-only IChartWall.

Implements Aspose::Slides::Charts::IChart.

◆ get_ChartData()

System::SharedPtr<IChartData> Aspose::Slides::Charts::Chart::get_ChartData ( )
overridevirtual

Returns information about the linked or embedded data associated with a chart. Read-only IChartData.

Implements Aspose::Slides::Charts::IChart.

◆ get_ChartDataTable()

System::SharedPtr<IDataTable> Aspose::Slides::Charts::Chart::get_ChartDataTable ( )
overridevirtual

Returns a data table of a chart. Read-only IDataTable.

Implements Aspose::Slides::Charts::IChart.

◆ get_ChartTitle()

System::SharedPtr<IChartTitle> Aspose::Slides::Charts::Chart::get_ChartTitle ( )
overridevirtual

Returns a chart title. Read-only IChartTitle.

Implements Aspose::Slides::Charts::IChart.

◆ get_DisplayBlanksAs()

DisplayBlanksAsType Aspose::Slides::Charts::Chart::get_DisplayBlanksAs ( )
overridevirtual

Returns the way to plot blank cells on a chart. Read DisplayBlanksAsType.

Implements Aspose::Slides::Charts::IChart.

◆ get_Floor()

System::SharedPtr<IChartWall> Aspose::Slides::Charts::Chart::get_Floor ( )
overridevirtual

Returns an object which allows to change format of the floor of a 3D chart. Read-only IChartWall.

Implements Aspose::Slides::Charts::IChart.

◆ get_HasDataTable()

bool Aspose::Slides::Charts::Chart::get_HasDataTable ( )
overridevirtual

Determines whether a chart has a data table. Read bool.

Implements Aspose::Slides::Charts::IChart.

◆ get_HasLegend()

bool Aspose::Slides::Charts::Chart::get_HasLegend ( )
overridevirtual

Determines whether a chart has a legend. Read bool.

Implements Aspose::Slides::Charts::IChart.

◆ get_HasRoundedCorners()

bool Aspose::Slides::Charts::Chart::get_HasRoundedCorners ( )
overridevirtual

Specifies the chart area shall have rounded corners. Read bool.

Implements Aspose::Slides::Charts::IChart.

◆ get_HasTitle()

bool Aspose::Slides::Charts::Chart::get_HasTitle ( )
overridevirtual

Determines whether a chart has a visible title. Read bool.

Implements Aspose::Slides::Charts::IChart.

◆ get_Legend()

System::SharedPtr<ILegend> Aspose::Slides::Charts::Chart::get_Legend ( )
overridevirtual

Returns a legend for a chart. Read-only ILegend.

Implements Aspose::Slides::Charts::IChart.

◆ get_PlotArea()

System::SharedPtr<IChartPlotArea> Aspose::Slides::Charts::Chart::get_PlotArea ( )
overridevirtual

Represents the plot area of a chart. Read-only IChartPlotArea.

Implements Aspose::Slides::Charts::IChart.

◆ get_PlotVisibleCellsOnly()

bool Aspose::Slides::Charts::Chart::get_PlotVisibleCellsOnly ( )
overridevirtual

Determines whether the only visible cells are plotted. False to plot both visible and hidden cells. Read bool.

Implements Aspose::Slides::Charts::IChart.

◆ get_Rotation3D()

System::SharedPtr<IRotation3D> Aspose::Slides::Charts::Chart::get_Rotation3D ( )
overridevirtual

Returns a 3D rotation of a chart. Read-only IRotation3D.

Implements Aspose::Slides::Charts::IChart.

◆ get_ShowDataLabelsOverMaximum()

bool Aspose::Slides::Charts::Chart::get_ShowDataLabelsOverMaximum ( )
overridevirtual

Specifies data labels over the maximum of the chart shall be shown. Read bool.

Implements Aspose::Slides::Charts::IChart.

◆ get_SideWall()

System::SharedPtr<IChartWall> Aspose::Slides::Charts::Chart::get_SideWall ( )
overridevirtual

Returns an object which allows to change format of the side wall of a 3D chart. Read-only IChartWall.

Implements Aspose::Slides::Charts::IChart.

◆ get_Style()

StyleType Aspose::Slides::Charts::Chart::get_Style ( )
overridevirtual

Returns the chart style. Read StyleType.

Implements Aspose::Slides::Charts::IChart.

◆ get_TextFormat()

System::SharedPtr<IChartTextFormat> Aspose::Slides::Charts::Chart::get_TextFormat ( )
overridevirtual

Returns chart text format. Read-only IChartTextFormat.

Implements Aspose::Slides::Charts::IFormattedTextContainer.

◆ get_ThemeManager()

System::SharedPtr<Aspose::Slides::Theme::IOverrideThemeManager> Aspose::Slides::Charts::Chart::get_ThemeManager ( )
overridevirtual

◆ get_Type()

ChartType Aspose::Slides::Charts::Chart::get_Type ( )
overridevirtual

Returns the chart type. Read ChartType.

Implements Aspose::Slides::Charts::IChart.

◆ get_UserShapes()

System::SharedPtr<IGroupShape> Aspose::Slides::Charts::Chart::get_UserShapes ( )
overridevirtual

Specify the shapes drawn on top of the chart. Read-only IGroupShape.

Implements Aspose::Slides::Charts::IChart.

◆ Reset()

void Aspose::Slides::Charts::Chart::Reset ( )
overrideprotected

Sets all formats to NotDefined state. For shapes with placeholders this will cause default state.

◆ set_DisplayBlanksAs()

void Aspose::Slides::Charts::Chart::set_DisplayBlanksAs ( DisplayBlanksAsType  value)
overridevirtual

Sets the way to plot blank cells on a chart. Write DisplayBlanksAsType.

Implements Aspose::Slides::Charts::IChart.

◆ set_HasDataTable()

void Aspose::Slides::Charts::Chart::set_HasDataTable ( bool  value)
overridevirtual

Determines whether a chart has a data table. Write bool.

Implements Aspose::Slides::Charts::IChart.

◆ set_HasLegend()

void Aspose::Slides::Charts::Chart::set_HasLegend ( bool  value)
overridevirtual

Determines whether a chart has a legend. Write bool.

Implements Aspose::Slides::Charts::IChart.

◆ set_HasRoundedCorners()

void Aspose::Slides::Charts::Chart::set_HasRoundedCorners ( bool  value)
overridevirtual

Specifies the chart area shall have rounded corners. Write bool.

Implements Aspose::Slides::Charts::IChart.

◆ set_HasTitle()

void Aspose::Slides::Charts::Chart::set_HasTitle ( bool  value)
overridevirtual

Determines whether a chart has a visible title. Write bool.

Implements Aspose::Slides::Charts::IChart.

◆ set_PlotVisibleCellsOnly()

void Aspose::Slides::Charts::Chart::set_PlotVisibleCellsOnly ( bool  value)
overridevirtual

Determines whether the only visible cells are plotted. False to plot both visible and hidden cells. Write bool.

Implements Aspose::Slides::Charts::IChart.

◆ set_ShowDataLabelsOverMaximum()

void Aspose::Slides::Charts::Chart::set_ShowDataLabelsOverMaximum ( bool  value)
overridevirtual

Specifies data labels over the maximum of the chart shall be shown. Write bool.

Implements Aspose::Slides::Charts::IChart.

◆ set_Style()

void Aspose::Slides::Charts::Chart::set_Style ( StyleType  value)
overridevirtual

Sets the chart style. Write StyleType.

Implements Aspose::Slides::Charts::IChart.

◆ set_Type()

void Aspose::Slides::Charts::Chart::set_Type ( ChartType  value)
overridevirtual

Sets the chart type. Write ChartType.

Implements Aspose::Slides::Charts::IChart.

◆ ValidateChartLayout()

void Aspose::Slides::Charts::Chart::ValidateChartLayout ( )
overridevirtual