Skip to main content
A newer version of this page is available. .

ScrollBarAnnotationLayout.Render(DrawingContext, Brush, Rect) Method

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public void Render(
    DrawingContext context,
    Brush brush,
    Rect bounds
)

Parameters

Name Type Description
context DrawingContext

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