5 references to BoxPlotPercentile
System.Windows.Forms.DataVisualization (5)
Common\ChartTypes\BoxPlotChart.cs (4)
1647
string boxPercentile = (boxPoint.IsCustomPropertySet(CustomPropertyName.
BoxPlotPercentile
)) ? boxPoint[CustomPropertyName.
BoxPlotPercentile
] : String.Empty;
1648
if(boxPercentile.Length == 0 && boxPoint.series != null && boxPoint.series.IsCustomPropertySet(CustomPropertyName.
BoxPlotPercentile
))
1650
boxPercentile = boxPoint.series[CustomPropertyName.
BoxPlotPercentile
];
Common\Utilities\CustomAttributesRegistry.cs (1)
1280
CustomPropertyName.
BoxPlotPercentile
,