public GaugeBarStarts EvaluateBarStart(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context)
 {
     context.SetupContext(base.m_gaugePanel, reportScopeInstance);
     return(EnumTranslator.TranslateGaugeBarStarts(context.ReportRuntime.EvaluateGaugePointerBarStartExpression(this, base.m_gaugePanel.Name), context.ReportRuntime));
 }