Skip to main content
All docs
V26.1
  • SurfaceChartViewBase.BandFormats Property

    Returns the collection of band formatting settings for a surface chart view.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public BandFormatDictionary BandFormats { get; }

    Property Value

    Type Description
    BandFormatDictionary

    A dictionary that stores formatting objects for surface bands.

    See Also