ChartTextFormat Class

Specifies default text formatting for chart text elements.
Inheritance Hierarchy
SystemObject
  Aspose.Slides.ChartsChartTextFormat

Namespace:  Aspose.Slides.Charts
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class ChartTextFormat : IChartTextFormat

The ChartTextFormat type exposes the following members.

Properties
  NameDescription
Public propertyParagraphFormat
ParagraphFormat. Read-only IChartParagraphFormat.
Public propertyPortionFormat
PortionFormat. Read-only IChartPortionFormat.
Public propertyTextBlockFormat
TextBlockFormat. Read-only IChartTextBlockFormat.
Methods
  NameDescription
Public methodCopyFrom
Copies text format from specified text frame.
Public methodCopyTo
Copies text format to specified text frame.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also