public class DefaultPieLegendItem extends DefaultLegendItemBase
checkBox, name, pointMarker
Modifier | Constructor and Description |
---|---|
protected |
DefaultPieLegendItem(android.view.View itemView)
Creates a new instance of the
LegendItemBase 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
protected DefaultPieLegendItem(@NonNull android.view.View itemView)
LegendItemBase
classitemView
- The View
associated with this legend itempublic void bindSeriesInfo(java.lang.Object source, SciChartLegend legend)
SeriesInfo
to this ILegendItem
source
- Source to bind with.legend
- The parent SciChartLegend
.