11 references to MarkerStep
System.Windows.Forms.DataVisualization (11)
Common\ChartTypes\BarChart.cs (3)
819
if(ser.
MarkerStep
== markerIndex)
1745
if((pointEx.index % ser.
MarkerStep
) == 0)
1870
if((pointEx.index % ser.
MarkerStep
) == 0)
Common\ChartTypes\PointChart.cs (3)
515
if(ser.
MarkerStep
== markerIndex)
1208
if((pointEx.index % ser.
MarkerStep
) == 0)
1776
if(series.
MarkerStep
== markerIndex)
Common\ChartTypes\RadarChart.cs (2)
777
if(ser.
MarkerStep
== markerIndex)
1601
if(series.
MarkerStep
== markerIndex)
Common\ChartTypes\StockChart.cs (3)
615
if(ser.
MarkerStep
== markerIndex)
1441
if(ser.
MarkerStep
== markerIndex)
1925
if(series.
MarkerStep
== markerIndex)