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.

EffectiveBorderStroke

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

EffectiveFill

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

Measure

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

 Protected Methods

  Name Description

EffectiveBorderPen

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

EffectiveBorderStrokeThickness

Gets the thickness of border strokes.

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.

 See Also