Skip to main content

PieChartAnnotationConfigImageBuilder(OptionsOwnerContext) Constructor

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

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public PieChartAnnotationConfigImageBuilder(
    OptionsOwnerContext context
)

Parameters

Name Type Description
context OptionsOwnerContext

For internal use only.

Remarks

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

See Also