Skip to main content

ChartSeriesPointImageUrlBuilder Class

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

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class ChartSeriesPointImageUrlBuilder :
    OptionsOwnerBuilder

Remarks

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

Inheritance

Object
OptionsOwnerBuilder
ChartSeriesPointImageUrlBuilder
See Also