6 references to BoxPlotSeries
System.Web.DataVisualization (6)
Common\ChartTypes\BoxPlotChart.cs (5)
1557 if(boxPlotSeries.IsCustomPropertySet(CustomPropertyName.BoxPlotSeries)) 1560 string[] attrValues = boxPlotSeries[CustomPropertyName.BoxPlotSeries].Split(';'); 1568 boxPlotSeries.Points[pointIndex++][CustomPropertyName.BoxPlotSeries] = val.Trim(); 1576 if(point.IsCustomPropertySet(CustomPropertyName.BoxPlotSeries)) 1579 string linkedSeriesName = point[CustomPropertyName.BoxPlotSeries];
Common\Utilities\CustomAttributesRegistry.cs (1)
1339 CustomPropertyName.BoxPlotSeries,