20 references to ErrorBarType
System.Web.DataVisualization (20)
Common\ChartTypes\ErrorBarChart.cs (16)
1620 ErrorBarType errorBarType = ErrorBarType.StandardError; 1626 errorBarType = ErrorBarType.FixedValue; 1630 errorBarType = ErrorBarType.Percentage; 1634 errorBarType = ErrorBarType.StandardDeviation; 1638 errorBarType = ErrorBarType.StandardError; 1694 if(errorBarType == ErrorBarType.FixedValue) 1698 else if(errorBarType == ErrorBarType.Percentage) 1702 else if( errorBarType == ErrorBarType.StandardDeviation ) 1734 else if( errorBarType == ErrorBarType.StandardError ) 1762 if(errorBarType == ErrorBarType.Percentage) 1776internal static double DefaultErrorBarTypeValue(ErrorBarType errorBarType) 1780case ErrorBarType.FixedValue: 1781case ErrorBarType.Percentage: 1783case ErrorBarType.StandardDeviation: 1784case ErrorBarType.StandardError:
Common\Converters\CustomAttributesConverters.cs (2)
468foreach (ChartTypes.ErrorBarType item in Enum.GetValues(typeof(ChartTypes.ErrorBarType)))
Common\Utilities\CustomAttributesRegistry.cs (2)
1391String.Format(System.Globalization.CultureInfo.InvariantCulture, "{0}({1:N0})", ErrorBarType.StandardError, ErrorBarChart.DefaultErrorBarTypeValue(ErrorBarType.StandardError)),