public class DefaultLegendItem extends DefaultLegendItemBase
SciChartSurface
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 |
bindSource(java.lang.Object source,
SciChartLegend legend)
Binds data provided by
source to this ILegendItem |
applyThemeProvider, convertToVisibility
getItemView
public DefaultLegendItem(android.view.View itemView)
DefaultLegendItem
classitemView
- The legend item viewpublic void bindSource(java.lang.Object source, SciChartLegend legend)
source
to this ILegendItem
bindSource
in interface ILegendItem
bindSource
in class DefaultLegendItemBase
source
- Source to bind with.legend
- The parent SciChartLegend
.