'Declaration Protected Sub ArrangeMarker( _ ByVal marker As ChartPrimitive, _ ByVal series As Series, _ ByVal location As DataPoint _ )
'Usage Dim instance As LineLayout Dim marker As ChartPrimitive Dim series As Series Dim location As DataPoint instance.ArrangeMarker(marker, series, location)
Parameters
- marker
- The marker for which layout will be performed
- series
- The series containing the marker primitive.
- location
- Offset used to calculate position for the primitive.