4 references to CollectedThresholdUsePercent
System.Windows.Forms.DataVisualization (4)
Common\ChartTypes\PieChart.cs (3)
349
if(series.IsCustomPropertySet(CustomPropertyName.
CollectedThresholdUsePercent
))
351
if(string.Compare(series[CustomPropertyName.
CollectedThresholdUsePercent
], "True", StringComparison.OrdinalIgnoreCase) == 0)
355
else if (string.Compare(series[CustomPropertyName.
CollectedThresholdUsePercent
], "False", StringComparison.OrdinalIgnoreCase) == 0)
Common\Utilities\CustomAttributesRegistry.cs (1)
852
CustomPropertyName.
CollectedThresholdUsePercent
,