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