ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / LineMarkerTagHelper Class
Properties Methods


In This Topic
    LineMarkerTagHelper Class Members
    In This Topic

    The following tables list the members exposed by LineMarkerTagHelper.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyConfigurates C1.Web.Mvc.LineMarker<T>.Alignment. Sets the alignment of the LineMarker content.  
    Public PropertyIt is useless. To keep consistent with the previous version. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<LineMarker<object>>)
    Public PropertyConfigurates C1.Web.Mvc.LineMarker<T>.Content. Sets the content function that allows to customize the text content of the LineMarker.  
    Public PropertyConfigurates C1.Web.Mvc.LineMarker<T>.DragContent. Sets a value indicating whether the content of the marker is draggable when the interaction mode is "Drag."  
    Public PropertyConfigurates C1.Web.Mvc.LineMarker<T>.DragLines. Sets a value indicating whether the lines are linked when the horizontal or vertical line is dragged when the interaction mode is "Drag."  
    Public PropertyConfigurates C1.Web.Mvc.LineMarker<T>.DragThreshold. Sets the maximum distance from the horizontal or vertical line that the marker can be dragged.  
    Public PropertyConfigurates C1.Web.Mvc.LineMarker<T>.HorizontalPosition. Sets the horizontal position of the LineMarker relative to the plot area.  
    Public PropertyConfigurates C1.Web.Mvc.Component.Id. Gets or sets the component id. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<LineMarker<object>>)
    Public PropertyConfigurates C1.Web.Mvc.LineMarker<T>.Interaction. Sets the interaction mode of the LineMarker.  
    Public PropertyConfigurates C1.Web.Mvc.LineMarker<T>.IsVisible. Sets the visibility of the LineMarker.  
    Public PropertyConfigurates C1.Web.Mvc.LineMarker<T>.Lines. Sets the visibility of the LineMarker lines.  
    Public Property (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public PropertyConfigurates the C1.Web.Mvc.LineMarker<T>.OnClientPositionChanged client event. Occurs after the LineMarker's position changes.  
    Public PropertyConfigurates C1.Web.Mvc.LineMarker<T>.SeriesIndex. Sets the index of the series in the chart in which the LineMarker appears.  
    Public PropertyConfigurates C1.Web.Mvc.LineMarker<T>.VerticalPosition. Sets the vertical position of the LineMarker relative to the plot area.  
    Public Property (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden. Gets the collection name.  
    Protected PropertyOverrides to re-define getter and setter. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<LineMarker<object>>)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public MethodSynchronously executes the Microsoft.AspNetCore.Razor.TagHelpers.TagHelper with the given context and output. (Inherited from C1.Web.Mvc.TagHelpers.ComponentTagHelper<TControl>)
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverrides to get the C1.Web.Mvc.Extender object. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<LineMarker<object>>)
    Protected MethodWhen the taghelper works as template, add the pre-processing here. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodProcess all attributes of current taghelper. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<LineMarker<object>>)
    Protected MethodProcess the child content. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<LineMarker<object>>)
    Protected MethodProcesses the the children taghelpers. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodRenders the startup scripts. (Inherited from C1.Web.Mvc.TagHelpers.ComponentTagHelper<TControl>)
    Protected MethodUpdates the property in TObject. It is used to update the child property manually instead of the default one. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<LineMarker<object>>)
    Top
    See Also