Interface IChartProcessor
A processor used for loading and processing a IChart from the UI across multiple views in a consistent manner
See https://help.lemonedge.com/charts/ for more information
Inherited Members
Namespace: LemonEdge.API.Core.Processors
Assembly: LemonEdge.API.dll
Syntax
public interface IChartProcessor : IBaseDataSetProcessor, IProcessor, IDisposable
Properties
Chart
The chart handled by this processor
Declaration
IChart Chart { get; }
Property Value
Type | Description |
---|---|
IChart |
Pivot
A pivot interpretor used for running and interogating the IPivot (and in turn ISQLWrapper) that this chart is powered from
Declaration
PivotInterpretaor Pivot { get; }
Property Value
Type | Description |
---|---|
PivotInterpretaor |
Methods
LoadPivotProcessor()
Loads the Pivot interprator.
Automatically loaded from Load(), but can be called when changes are made to force loading
Declaration
Task LoadPivotProcessor()
Returns
Type | Description |
---|---|
Task | A task indicating the completion of this operation |