Back to Devexpress

FunnelLegendTitleBuilder Class

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

latest3.3 KB
Original Source

FunnelLegendTitleBuilder Class

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

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class FunnelLegendTitleBuilder :
    OptionsOwnerBuilder

The following members return FunnelLegendTitleBuilder objects:

Show 12 links

Remarks

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

Inheritance

Object OptionsOwnerBuilder FunnelLegendTitleBuilder

See Also

FunnelLegendTitleBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace