public interface ILegendItemsFactory
ILegendItem
for SciChartLegend
Modifier and Type | Method and Description |
---|---|
ILegendItem |
createLegendItem(android.view.ViewGroup parent)
Called when
SciChartLegend needs a new ILegendItem of the given type to represent an item. |
ILegendItem createLegendItem(android.view.ViewGroup parent)
SciChartLegend
needs a new ILegendItem
of the given type to represent an item.parent
- The ViewGroup into which the new View will be added after it is bound to an adapter position.