'Declaration Protected Overridable Sub ArrangeHint( _ ByVal series As Series, _ ByVal labelPrimitive As BaseTitleLabel, _ ByVal linePrimitive As ChartPrimitive, _ ByVal marker As ChartPrimitive, _ ByVal location As DataPoint _ )
'Usage Dim instance As LineLayout Dim series As Series Dim labelPrimitive As BaseTitleLabel Dim linePrimitive As ChartPrimitive Dim marker As ChartPrimitive Dim location As DataPoint instance.ArrangeHint(series, labelPrimitive, linePrimitive, marker, location)
protected virtual void ArrangeHint( Series series, BaseTitleLabel labelPrimitive, ChartPrimitive linePrimitive, ChartPrimitive marker, DataPoint location )
Parameters
- series
- The Series containing the hint label and line that will be arranged.
- labelPrimitive
- The label primitive that will be used for the arrangement.
- linePrimitive
- The line primitive that will be used for the arrangement.
- marker
- The marker whose hint label and line will be arranged.
- location
- Offset used to calculate the position of the line and label primitives.