IChartComponent

IChartComponent interface

Represents a component of a chart.

public interface IChartComponent : ISlideComponent

Properties

NameDescription
AsISlideComponent { get; }Allows to get base ISlideComponent interface. Read-only ISlideComponent.
Chart { get; }Returns the chart. Read-only IChart.

See Also