IAxisFormat Interface

Represents chart format properties.

Namespace:  Aspose.Slides.Charts
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IAxisFormat

The IAxisFormat type exposes the following members.

Properties
  NameDescription
Public propertyEffect
Returns effects used for an axis. Read-only IEffectFormat.
Public propertyFill
Returns fill style properties of an axis. Read-only IFillFormat.
Public propertyLine
Returns line style properties of an axis. Read-only ILineFormat.
See Also