[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.DataPointTagHelper

DataPointTagHelper Class

ITagHelper implementation for DataPoint.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-data-point")]
public class DataPointTagHelper : SettingTagHelper<DataPoint>, ITagHelper, ITagHelperComponent

Constructors

Name Description
DataPointTagHelper()

Properties

Name Description
CollectionName

Gets the collection name.

X

Configurates X. Sets X coordinate value of this DataPoint.

Y

Configurates Y. Sets Y coordinate value of this DataPoint.