Back to Devexpress

CustomLegendItemModel Class

windowsforms-devexpress-dot-xtracharts-dot-designer-a47af825.md

latest1.5 KB
Original Source

CustomLegendItemModel Class

The CustomLegendItem model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[ModelOf(typeof(CustomLegendItem))]
public class CustomLegendItemModel :
    ChartElementNamedModel
vb
<ModelOf(GetType(CustomLegendItem))>
Public Class CustomLegendItemModel
    Inherits ChartElementNamedModel

The following members return CustomLegendItemModel objects:

Inheritance

Object ChartElementModel ChartElementNamedModel CustomLegendItemModel

See Also

CustomLegendItemModel Members

DevExpress.XtraCharts.Designer Namespace