[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.DataPointBuilder

DataPointBuilder Class

Defines a builder to configurate DataPoint.

Inheritance
HideObjectMembers
DataPointBuilder
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public class DataPointBuilder : BaseBuilder<DataPoint, DataPointBuilder>

Constructors

Name Description
DataPointBuilder(DataPoint)

Creates one DataPointBuilder instance to configurate obj.

Methods

Name Description
X(object)

Configurates X. Sets X coordinate value of this DataPoint.

Y(object)

Configurates Y. Sets Y coordinate value of this DataPoint.