Back to Devexpress

ChartTitleCollectionModel Class

windowsforms-devexpress-dot-xtracharts-dot-designer-5a53aedf.md

latest1.6 KB
Original Source

ChartTitleCollectionModel Class

The ChartTitleCollection model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[ModelOf(typeof(ChartTitleCollection))]
public class ChartTitleCollectionModel :
    DockableTitleCollectionBaseModel
vb
<ModelOf(GetType(ChartTitleCollection))>
Public Class ChartTitleCollectionModel
    Inherits DockableTitleCollectionBaseModel

The following members return ChartTitleCollectionModel objects:

Inheritance

Object ChartElementModel ChartCollectionBaseModel DockableTitleCollectionBaseModel ChartTitleCollectionModel

See Also

ChartTitleCollectionModel Members

DevExpress.XtraCharts.Designer Namespace