maui-devexpress-dot-maui-dot-charts-dot-pointseries-7bc4e5a0.md
Gets or sets whether the legend displays items for series colors or for series points. This is a bindable property.
Namespace : DevExpress.Maui.Charts
Assembly : DevExpress.Maui.Charts.dll
NuGet Package : DevExpress.Maui.Charts
public LegendItemsBehavior LegendItemsBehavior { get; set; }
| Type | Default | Description |
|---|---|---|
| LegendItemsBehavior | Series |
A value that specifies which items the legend should display for the series.
|
Available values:
| Name | Description |
|---|---|
| Series |
The legend generates items for series colors based on a colorizer applied to the series.
| | EachPoint |
The legend generates items for all points of a series.
|
Set the LegendItemsBehavior property to the Series or EachPoint value to specify how to generate legend items for the series.
Series (default)
Legend items identify series colors that a colorizer applied to the series specifies.
EachPointThe legend shows items for all points of the series. See Also