Skip to main content
All docs
V26.1
  • ChartViewCollection Class

    A read-only collection of chart views.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public class ChartViewCollection :
        OfficeObjectReadonlyCollection<ChartViewBase>

    The following members return ChartViewCollection objects:

    Remarks

    For additional information about series and views, refer to the following help topic: Series and Views.

    Inheritance

    Object
    DevExpress.Docs.Office.Internal.OfficeCollectionBase<ChartViewBase>
    DevExpress.Docs.Office.Internal.OfficeObjectCollectionBase<ChartViewBase>
    DevExpress.Docs.Office.Internal.OfficeObjectReadonlyCollection<ChartViewBase>
    ChartViewCollection
    See Also