Interface ILegendItemsFactory
Defines a factory which creates ILegendItem for SciChartLegend
Namespace:
Assembly: .dll
Syntax
public interface ILegendItemsFactory
Methods
createLegendItem(ViewGroup parent)
Called when SciChartLegend needs a new ILegendItem of the given type to represent an item.
Declaration
public abstract ILegendItem createLegendItem(ViewGroup parent)
Parameters
| Type | Name | Description |
|---|---|---|
| android.view.ViewGroup | parent | The ViewGroup into which the new View will be added after it is bound to an adapter position. |
Returns
| Type | Description |
|---|---|
| ILegendItem | The legend item |