ChartFormat
Overview
ChartFormat is a class in Aspose.Words FOSS for .NET.
Inherits from: IFillable, IStrokable.
Represents the formatting of a chart element.
This class provides 1 method for working with ChartFormat objects in .NET programs.
Available methods include: SetDefaultFill.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Properties: Fill, IsDefined, ShapeType, Stroke.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Fill | Fill | Read | Gets fill formatting for the parent chart element. |
Stroke | Stroke | Read | Gets line formatting for the parent chart element. |
ShapeType | ChartShapeType | Read/Write | Gets or sets the shape type of the parent chart element. |
IsDefined | bool | Read | Gets a flag indicating whether any format is defined. |
Methods
| Signature | Description |
|---|---|
SetDefaultFill() | Resets the fill of the chart element to have the default value. |