'Declaration Protected Overridable Sub ArrangeHint( _ ByVal series As Series, _ ByVal labelPrimitive As BaseTitleLabel, _ ByVal linePrimitive As ChartPrimitive, _ ByVal layoutedBounds As Rect _ )
'Usage Dim instance As ColumnLayout Dim series As Series Dim labelPrimitive As BaseTitleLabel Dim linePrimitive As ChartPrimitive Dim layoutedBounds As Rect instance.ArrangeHint(series, labelPrimitive, linePrimitive, layoutedBounds)
protected virtual void ArrangeHint( Series series, BaseTitleLabel labelPrimitive, ChartPrimitive linePrimitive, Rect layoutedBounds )
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.
- layoutedBounds
- The bounds of the column, used to calculate the placement of the hint label and line.