Interface IGraph
Namespace: Eco.Core.Plugins.Interfaces
Assembly: Eco.Core.dll
Syntax
public interface IGraph
Properties
Series
Declaration
IEnumerable<IGraphable> Series { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IGraphable> |