A component that renders chart legend.
The following tables list the members exposed by the LegendRenderer type.
Name | Description | |
---|---|---|
Initializes a new instance of the LegendRenderer class. |
Name | Description | |
---|---|---|
Gets or sets a value indicating whether users are allowed to move this legend. |
||
Gets or sets the Brush that should be used to fill the background of this legend. |
||
Gets or sets the Brush that should be used to stroke the borders of this legend. |
||
Gets or sets the stroke dash style of legend borders. |
||
Gets or sets the stroke thickness of legend borders. |
||
Gets or sets a list of SeriesRenderer objects whose Series should be displayed in this legend. |
||
Gets or sets the type of label to show for series elements. This property is used only when showSeriesElements is set to true. |
||
Gets or sets the maximum number ot items per display column. |
||
Gets or sets the padding space between content and borders of this legend. |
||
Gets or sets a value, indicatating whether this legend will display individual series element labels instead of the series titles. |
||
Gets or sets a value indicating whether to display the legend title. |
||
Gets or sets the distance between adjacent entries in the legend. |
||
Gets or sets the legend's title. |
||
Gets or sets the Brush that should be used to draw the legend's Title. |
||
Gets or sets the name of font that should be used to draw the legend's Title. |
||
Gets or sets the size of font that should be used to draw the legend's Title. |
||
Gets or sets the style of font that should be used to draw the legend's Title. |
Name | Description | |
---|---|---|
Component.CreateController override. Returns a ComponentController used to interact with this component. |
||
Component.Draw override. Draws legend elements in specified RenderContext. |
||
Gets the Pen that should be used to draw the legend borders. |
||
Gets the Brush that should be used to stroke the legend borders. |
||
Gets the thickness of border strokes. |
||
Gets the Brush that should be used to fill the legend background. |
||
Gets the dash style of border strokes. |
||
Gets the Brush that should be used to draw the legend's Title. |
||
Gets the Font that should be used to draw the legend's Title. |
||
Component.Measure override. Measures the desired size of this component. |