Skip to main content

ChartPaneBuilder Class

Represents a Chart pane.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class ChartPaneBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

Remarks

Do not instantiate this class explicitly. A new ChartPaneBuilder class instance is created when you call the Panes(Action<CollectionFactory<ChartPaneBuilder>>) method.

Implements

Inheritance

See Also