[]
ITagHelper implementation for DataPoint.
[HtmlTargetElement("c1-data-point")]
public class DataPointTagHelper : SettingTagHelper<DataPoint>, ITagHelper, ITagHelperComponent
<HtmlTargetElement("c1-data-point")>
Public Class DataPointTagHelper
Inherits SettingTagHelper(Of DataPoint)
Implements ITagHelper, ITagHelperComponent
| Name | Description |
|---|---|
| DataPointTagHelper() |
| 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. |