Interface ILegendItem
Defines an interface for legend item which is used by SciChartLegend
Implements
Namespace:
Assembly: .dll
Syntax
public interface ILegendItem extends IThemeable
Methods
bindSource(Object source, SciChartLegend legend)
Binds data provided by source to this ILegendItem
Declaration
public abstract void bindSource(Object source, SciChartLegend legend)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | source | Source to bind with. |
| SciChartLegend | legend | The parent SciChartLegend. |
getItemView()
Gets the View associated with this legend item
Declaration
public abstract View getItemView()
Returns
| Type | Description |
|---|---|
| android.view.View | The associated View instance |