Class DefaultLegendItems3DFactory
Defines a default ILegendItemsFactory implementation which is used in SciChartSurface3D
Inheritance
DefaultLegendItems3DFactory
Namespace:
Assembly: .dll
Syntax
public class DefaultLegendItems3DFactory extends DefaultLegendItemFactoryBase
Constructors
DefaultLegendItems3DFactory()
Declaration
public DefaultLegendItems3DFactory()
Methods
createLegendItem(View legendItemView)
Declaration
protected LegendItemBase createLegendItem(View legendItemView)
Parameters
| Type |
Name |
Description |
| android.view.View |
legendItemView |
|
Returns
Overrides