[]
The Legend element defines the properties that are used to display instances of the series groupings in a chart legend.
public sealed class Legend : IValidateable
Name | Description |
---|---|
Legend() | Initializes a new instance of the Legend class. |
Name | Description |
---|---|
InsidePlotArea | Gets or sets a value indicating whether to draw the legend inside or outside the plot area. |
Layout | Gets or sets the arrangement of labels within the legend. |
Position | Gets or sets the position of the legend. |
Style | Gets or sets the text, border and background style properties for the legend. |
UseSmartSettings | Gets or sets the value indicates whether to use automatic legend. |
Visible | Gets or sets a value indicating whether a legend is displayed. |
Name | Description |
---|---|
Validate(ValidationContext) | Validates the information in each property of the Legend object. |