Search
LegendRenderer Methods
 


 Public Methods

  Name Description

createController

Component.CreateController override. Returns a ComponentController used to interact with this component.

draw

Component.Draw override. Draws legend elements in specified RenderContext.

effectiveBorderPen

Gets the Pen that should be used to draw the legend borders.

effectiveBorderStroke

Gets the Brush that should be used to stroke the legend borders.

effectiveBorderStrokeThickness

Gets the thickness of border strokes.

effectiveFill

Gets the Brush that should be used to fill the legend background.

effectiveStrokeDashStyle

Gets the dash style of border strokes.

effectiveTitleBrush

Gets the Brush that should be used to draw the legend's Title.

effectiveTitleFont

Gets the Font that should be used to draw the legend's Title.

measure

Component.Measure override. Measures the desired size of this component.

 See Also