Format Class

Represents chart format properties.
Inheritance Hierarchy

Namespace:  Aspose.Slides.Charts
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class Format : PVIObject, IFormat

The Format type exposes the following members.

Properties
  NameDescription
Public propertyEffect
Returns effects used for a chart. Read-only IEffectFormat.
Public propertyEffect3D
Returns 3D format of a chart. Read-only IThreeDFormat.
Public propertyFill
Returns fill style properties of a chart. Read-only IFillFormat.
Public propertyLine
Returns line style properties of a chart. Read-only ILineFormat.
Methods
  NameDescription
Public methodEquals
Compares with specified object.
(Inherited from PVIObject.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Returns hash code.
(Inherited from PVIObject.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also