Back to Devexpress

ChartTooltipShadowBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-6adcab89.md

latest2.8 KB
Original Source

ChartTooltipShadowBuilder Class

Provides methods that allow you to configure nested options of the client-side shadow object.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class ChartTooltipShadowBuilder :
    OptionsOwnerBuilder

The following members return ChartTooltipShadowBuilder objects:

Show 11 links

Remarks

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

Inheritance

Object OptionsOwnerBuilder ChartTooltipShadowBuilder

See Also

ChartTooltipShadowBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace