20 references to ErrorBarType
System.Windows.Forms.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)
1776
internal static double DefaultErrorBarTypeValue(
ErrorBarType
errorBarType)
1780
case
ErrorBarType
.FixedValue:
1781
case
ErrorBarType
.Percentage:
1783
case
ErrorBarType
.StandardDeviation:
1784
case
ErrorBarType
.StandardError:
Common\Converters\CustomAttributesConverters.cs (2)
468
foreach (ChartTypes.
ErrorBarType
item in Enum.GetValues(typeof(ChartTypes.
ErrorBarType
)))
Common\Utilities\CustomAttributesRegistry.cs (2)
1391
String.Format(System.Globalization.CultureInfo.InvariantCulture, "{0}({1:N0})",
ErrorBarType
.StandardError, ErrorBarChart.DefaultErrorBarTypeValue(
ErrorBarType
.StandardError)),