6 references to BoxSize
System.Web.DataVisualization (6)
Common\ChartTypes\PointAndFigureChart.cs (2)
375if (series.IsCustomPropertySet(CustomPropertyName.BoxSize)) 377string attrValue = series[CustomPropertyName.BoxSize].Trim();
Common\ChartTypes\RenkoChart.cs (2)
302 if(series.IsCustomPropertySet(CustomPropertyName.BoxSize)) 304 string attrValue = series[CustomPropertyName.BoxSize].Trim();
Common\Utilities\CustomAttributesRegistry.cs (2)
1443 CustomPropertyName.BoxSize, 1545 CustomPropertyName.BoxSize,