Skip to main content

ChartAnnotationConfigShadowBuilder(OptionsOwnerContext) Constructor

For internal use only. Initializes a new ChartAnnotationConfigShadowBuilder class instance.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public ChartAnnotationConfigShadowBuilder(
    OptionsOwnerContext context
)

Parameters

Name Type Description
context OptionsOwnerContext

For internal use only.

Remarks

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

See Also