ScrollBarAnnotationLayout.Render(DrawingContext, Brush, Rect) Method
In This Article
Renders a scroll bar annotation.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public void Render(
DrawingContext context,
Brush brush,
Rect bounds
)
#Parameters
Name | Type | Description |
---|---|---|
context | Drawing |
A set of render data that will later be used by the graphics system. |
brush | Brush | A brush used to draw a scroll bar annotation. |
bounds | Rect | A scroll bar annotation rectangle. |
See Also