public interface ILegendItem extends IThemeable
SciChartLegend
Modifier and Type | Method and Description |
---|---|
void |
bindSource(java.lang.Object source,
SciChartLegend legend)
Binds data provided by
source to this ILegendItem |
android.view.View |
getItemView()
Gets the
View associated with this legend item |
applyThemeProvider
void bindSource(java.lang.Object source, SciChartLegend legend)
source
to this ILegendItem
source
- Source to bind with.legend
- The parent SciChartLegend
.android.view.View getItemView()
View
associated with this legend itemView
instance