A newer version of this page is available.
Switch to the current version.
CustomLegendItemCollection.Item[String] Property
Returns a custom legend item by its name.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
public CustomLegendItem this[string name] { get; }
Public ReadOnly Property Item(name As String) As CustomLegendItem
Parameters
Name | Type | Description |
---|---|---|
name | String | A String value, specifying the custom legend item name. |
Property Value
Type | Description |
---|---|
CustomLegendItem | An CustomLegendItem object with the specified ChartElementNamed.Name property. |
See Also
Feedback