public class DefaultLegendItem extends DefaultLegendItemBase
SciChartLegend
checkBox, name, pointMarker
Constructor and Description |
---|
DefaultLegendItem(android.view.View itemView)
Creates a new instance of
DefaultLegendItem class |
Modifier and Type | Method and Description |
---|---|
void |
bindSeriesInfo(java.lang.Object source,
SciChartLegend legend)
Binds data provided by
SeriesInfo to this ILegendItem |
applyThemeProvider
getItemView
public DefaultLegendItem(@NonNull android.view.View itemView)
DefaultLegendItem
classitemView
- The legend item viewpublic void bindSeriesInfo(java.lang.Object source, SciChartLegend legend)
SeriesInfo
to this ILegendItem
source
- Source to bind with.legend
- The parent SciChartLegend
.