Namespace com.scichart.charting.visuals.legend
Classes
DefaultLegendItem
Defines a default legend item implementation which is used in SciChartSurface
DefaultLegendItemBase
Defines a default legend items which contains
- TextView with name
- CheckBox for selection of series
- LegendPointMarker which draws series icon
DefaultLegendItemFactoryBase
DefaultLegendItemsFactory
Defines a default ILegendItemsFactory implementation which is used in SciChartSurface
DefaultPieLegendItem
Defines a default legend item implementation which is used in SciPieChartSurface
DefaultPieLegendItemsFactory
Defines a default ILegendItemsFactory implementation which is used in SciPieChartSurface
LegendItemBase
Defines a base class for ILegendItem implementations
LegendItemsAdapter<TSource>
Defines the adapter for SciChartLegend
LegendPointMarker
Defines a marker which will drawn on the SciChartLegend as a series marker
PieSegmentsLegendAdapter
Defines the IPieSegment adapter for SciChartLegend
SciChartLegend
Provides a Legend to display series color and name
SeriesInfoLegendAdapter
Defines the SeriesInfo adapter for SciChartLegend
Interfaces
ILegendItem
Defines an interface for legend item which is used by SciChartLegend
ILegendItemsFactory
Defines a factory which creates ILegendItem for SciChartLegend
LegendItemsAdapter.IAdapterDataObserver
Defines the interface for LegendItemsAdapter observer