Back to Devexpress

StripCollectionModel Class

windowsforms-devexpress-dot-xtracharts-dot-designer-204292c4.md

latest1.6 KB
Original Source

StripCollectionModel Class

The StripCollection model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

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

The following members return StripCollectionModel objects:

Inheritance

Object ChartElementModel ChartCollectionBaseModel ChartElementNamedCollectionModel StripCollectionModel

See Also

StripCollectionModel Members

DevExpress.XtraCharts.Designer Namespace