public class DefaultPieLegendItem extends DefaultLegendItemBase
SciPieChartSurface
checkBox, name, pointMarker
Constructor and Description |
---|
DefaultPieLegendItem(android.view.View itemView)
Creates a new instance of the
DefaultPieLegendItem 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 DefaultPieLegendItem(android.view.View itemView)
DefaultPieLegendItem
classitemView
- The View
associated with this legend itempublic 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
.