Skip to main content

PieChartCommonAnnotationConfigImageBuilder(OptionsOwnerContext) Constructor

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

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public PieChartCommonAnnotationConfigImageBuilder(
    OptionsOwnerContext context
)

Parameters

Name Type Description
context OptionsOwnerContext

For internal use only.

Remarks

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

See Also