AnnotationDataHelperCalculateData - метод |
Осуществляет расчет формулы
Пространство имён:
Tessa.UI.Views.Charting.Annotations
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public static double CalculateData(
Annotation annotation,
IChartScriptingCache chartScriptingCache,
[CanBeNullAttribute] string formulaText,
[NotNullAttribute] ChartAxis axis,
[NotNullAttribute] IChartContext context
)
Public Shared Function CalculateData (
annotation As Annotation,
chartScriptingCache As IChartScriptingCache,
<CanBeNullAttribute> formulaText As String,
<NotNullAttribute> axis As ChartAxis,
<NotNullAttribute> context As IChartContext
) As Double
public:
static double CalculateData(
Annotation^ annotation,
IChartScriptingCache^ chartScriptingCache,
[CanBeNullAttribute] String^ formulaText,
[NotNullAttribute] ChartAxis^ axis,
[NotNullAttribute] IChartContext^ context
)
static member CalculateData :
annotation : Annotation *
chartScriptingCache : IChartScriptingCache *
[<CanBeNullAttribute>] formulaText : string *
[<NotNullAttribute>] axis : ChartAxis *
[<NotNullAttribute>] context : IChartContext -> float
Параметры
- annotation
- Тип: Annotation
- chartScriptingCache
- Тип: Tessa.UI.Views.Charting.ScriptingIChartScriptingCache
- formulaText
- Тип: SystemString
Текст формулы - axis
- Тип: ChartAxis
Ось координат к которой относятся данные - context
- Тип: Tessa.UI.Views.ChartingIChartContext
Контекст формирования диаграммы
Возвращаемое значение
Тип:
DoubleРезультат расчета
См. также