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