14 references to MarkerBorderWidth
System.Web.DataVisualization (14)
Common\ChartTypes\BarChart.cs (2)
796
point.
MarkerBorderWidth
,
1793
point.
MarkerBorderWidth
,
Common\ChartTypes\BoxPlotChart.cs (1)
818
point.
MarkerBorderWidth
,
Common\ChartTypes\ErrorBarChart.cs (1)
875
point.
MarkerBorderWidth
,
Common\ChartTypes\FastPointChart.cs (4)
319
if(!series.MarkerBorderColor.IsEmpty && series.
MarkerBorderWidth
> 0)
321
borderPen = new Pen(series.MarkerBorderColor, series.
MarkerBorderWidth
);
323
if(!series.EmptyPointStyle.MarkerBorderColor.IsEmpty && series.EmptyPointStyle.
MarkerBorderWidth
> 0)
325
emptyBorderPen = new Pen(series.EmptyPointStyle.MarkerBorderColor, series.EmptyPointStyle.
MarkerBorderWidth
);
Common\ChartTypes\PointChart.cs (1)
1382
return point.
MarkerBorderWidth
;
Common\ChartTypes\RadarChart.cs (1)
763
point.
MarkerBorderWidth
,
Common\ChartTypes\StockChart.cs (2)
566
point.
MarkerBorderWidth
,
1393
point.
MarkerBorderWidth
,
Common\General\Legend.cs (2)
6207
this._markerBorderWidth = properties.
MarkerBorderWidth
;
6221
if(properties.
MarkerBorderWidth
<= 0)