Skip to main content

PieChartCommonAnnotationConfigBuilder(OptionsOwnerContext) Constructor

Initializes a new instance of the PieChartCommonAnnotationConfigBuilder class with specified settings.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public PieChartCommonAnnotationConfigBuilder(
    OptionsOwnerContext context
)

Parameters

Name Type Description
context OptionsOwnerContext

For internal use only.

Remarks

Do not use this constructor explicitly. A new PieChartCommonAnnotationConfigBuilder class instance is created when you call the CommonAnnotationSettings(Action<PieChartCommonAnnotationConfigBuilder>) method.

See Also