[]
        
(Showing Draft Content)

C1.Web.Mvc.Finance.TagHelpers.LineStyleTagHelper

LineStyleTagHelper Class

ITagHelper implementation for the style setting.

Inheritance
LineStyleTagHelper
Namespace: C1.Web.Mvc.Finance.TagHelpers
Assembly: C1.AspNetCore.Mvc.Finance.dll
Syntax
[HtmlTargetElement("c1-flex-chart-line-style")]
public class LineStyleTagHelper : SettingTagHelper<SVGStyle>, ITagHelper, ITagHelperComponent

Constructors

Name Description
LineStyleTagHelper()

Properties

Name Description
Stroke

A value that indicates the stroke color.

StrokeWidth

A value that indicates the stroke width.

Methods

Name Description
ProcessAttributes(TagHelperContext, object)

Overrides to create the instance without considering c1-property, because c1-property is used as a key in the dictionary instead of a sub-property name. Processes all attributes of current taghelper.

ProcessChildContent(object, TagHelperContent)

Processes the child content.