Back to Devexpress

ConstantLineCollectionModel Class

windowsforms-devexpress-dot-xtracharts-dot-designer-8f6ac1e9.md

latest1.7 KB
Original Source

ConstantLineCollectionModel Class

The ConstantLineCollection model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[ModelOf(typeof(ConstantLineCollection))]
public class ConstantLineCollectionModel :
    ChartElementNamedCollectionModel
vb
<ModelOf(GetType(ConstantLineCollection))>
Public Class ConstantLineCollectionModel
    Inherits ChartElementNamedCollectionModel

The following members return ConstantLineCollectionModel objects:

Inheritance

Object ChartElementModel ChartCollectionBaseModel ChartElementNamedCollectionModel ConstantLineCollectionModel

See Also

ConstantLineCollectionModel Members

DevExpress.XtraCharts.Designer Namespace