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

NameTypeAccessDescription
FillFillReadGets fill formatting for the parent chart element.
StrokeStrokeReadGets line formatting for the parent chart element.
ShapeTypeChartShapeTypeRead/WriteGets or sets the shape type of the parent chart element.
IsDefinedboolReadGets a flag indicating whether any format is defined.

Methods

SignatureDescription
SetDefaultFill()Resets the fill of the chart element to have the default value.

See Also