public GaugeMarkerStyles EvaluateMarkerStyle(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context)
 {
     context.SetupContext(base.m_gaugePanel, reportScopeInstance);
     return(EnumTranslator.TranslateGaugeMarkerStyles(context.ReportRuntime.EvaluateGaugePointerMarkerStyleExpression(this, base.m_gaugePanel.Name), context.ReportRuntime));
 }