IChartLinesFormat Interface

Represents gridlines format properties.

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

The IChartLinesFormat type exposes the following members.

Properties
  NameDescription
Public propertyEffect
Returns effects used for a chart line. Read-only IEffectFormat.
Public propertyLine
Returns line style properties of a chart line. Read-only ILineFormat.
See Also