ChartFormat

ChartFormat class

Represents the formatting of a chart element.

To learn more, visit the Working with Charts documentation article.

public class ChartFormat

Properties

NameDescription
Fill { get; }Gets fill formatting for the parent chart element.
IsDefined { get; }Gets a flag indicating whether any format is defined.
ShapeType { get; set; }Gets or sets the shape type of the parent chart element.
Stroke { get; }Gets line formatting for the parent chart element.

Methods

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

See Also