IChartLinesFormat

IChartLinesFormat interface

Represents gridlines format properties.

public interface IChartLinesFormat

Properties

NameDescription
Effect { get; }Returns effects used for a chart line. Read-only IEffectFormat.
Line { get; }Returns line style properties of a chart line. Read-only ILineFormat.

See Also