public ChartThreeDShadingTypes EvaluateShading(IReportScopeInstance instance, OnDemandProcessingContext context) { context.SetupContext(this.m_chart, instance); return(EnumTranslator.TranslateChartThreeDShading(context.ReportRuntime.EvaluateChartThreeDPropertiesShadingExpression(this, this.m_chart.Name, "Shading"), context.ReportRuntime)); }