Example #1
0
 internal ChartPalette EvaluatePalette(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context)
 {
     context.SetupContext(this, reportScopeInstance);
     return(EnumTranslator.TranslateChartPalette(context.ReportRuntime.EvaluateChartPaletteExpression(this, base.Name), context.ReportRuntime));
 }