AbstractLegendFactoryCreateLegend - метод |
Осуществляет создание легенды
Пространство имён:
Tessa.UI.Views.Charting.Legends
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public abstract ChartLegend CreateLegend(
ILegendModel model
)
Public MustOverride Function CreateLegend (
model As ILegendModel
) As ChartLegend
public:
virtual ChartLegend^ CreateLegend(
ILegendModel^ model
) abstract
abstract CreateLegend :
model : ILegendModel -> ChartLegend
Параметры
- model
- Тип: Tessa.UI.Views.Charting.LegendsILegendModel
Модель легенды
Возвращаемое значение
Тип:
ChartLegend
Легенда
Реализации
ILegendFactoryCreateLegend(ILegendModel)См. также