internal ChartSeparators EvaluateTitleSeparator(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context)
		{
			context.SetupContext(m_chart, reportScopeInstance);
			return EnumTranslator.TranslateChartSeparator(context.ReportRuntime.EvaluateChartLegendTitleTitleSeparatorExpression(this, m_chart.Name), context.ReportRuntime);
		}
 public ChartSeparators EvaluateSeparator(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context)
 {
     context.SetupContext(base.m_chart, reportScopeInstance);
     return(EnumTranslator.TranslateChartSeparator(context.ReportRuntime.EvaluateChartLegendCustomItemSeparatorExpression(this, base.m_chart.Name), context.ReportRuntime));
 }