示例#1
0
 public ChartTickMarksType EvaluateType(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context)
 {
     context.SetupContext(base.m_chart, reportScopeInstance);
     return(EnumTranslator.TranslateChartTickMarksType(context.ReportRuntime.EvaluateChartTickMarksTypeExpression(this, base.m_chart.Name), context.ReportRuntime));
 }