IChartComponent

IChartComponent interface

Representa un componente de un gráfico.

public interface IChartComponent : ISlideComponent

Propiedades

NombreDescripción
AsISlideComponent { get; }Permite obtener la interfaz base ISlideComponent. Solo lecturaISlideComponent .
Chart { get; }Devuelve el gráfico. Solo lecturaIChart .

Ver también