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


In This Topic
    WaterfallTagHelper Class Members
    In This Topic

    The following tables list the members exposed by WaterfallTagHelper.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyConfigurates C1.Web.Mvc.ChartSeriesBase<T>.AltStyle. Sets the alternative style for the series. The values from this property will be used for negative values in Bar, Column, and Scatter charts; and for rising values in financial chart types like Candlestick, LineBreak, EquiVolume etc. (Inherited from C1.Web.Mvc.TagHelpers.ChartSeriesBaseTagHelper<T,TControl>)
    Public PropertyConfigurates C1.Web.Mvc.ChartSeriesBase<T>.AxisX. Sets the x-axis for the series. (Inherited from C1.Web.Mvc.TagHelpers.ChartSeriesBaseTagHelper<T,TControl>)
    Public PropertyConfigurates C1.Web.Mvc.ChartSeriesBase<T>.AxisY. Sets the y-axis for the series. (Inherited from C1.Web.Mvc.TagHelpers.ChartSeriesBaseTagHelper<T,TControl>)
    Public PropertyConfigurates C1.Web.Mvc.ChartSeriesBase<T>.Binding. Sets the name of the property that contains Y values for the series. (Inherited from C1.Web.Mvc.TagHelpers.ChartSeriesBaseTagHelper<T,TControl>)
    Public PropertyConfigurates C1.Web.Mvc.ChartSeriesBase<T>.BindingX. Sets the name of the property that contains X values for the series. (Inherited from C1.Web.Mvc.TagHelpers.ChartSeriesBaseTagHelper<T,TControl>)
    Public PropertyGets or sets the property name which the taghelper is related to. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    Public PropertyConfigurates C1.Web.Mvc.Waterfall<T>.ConnectorLines. Sets a value that determines whether to show connector lines.  
    Public PropertyConfigurates C1.Web.Mvc.ChartSeriesBase<T>.CssClass. Sets the series CSS class. (Inherited from C1.Web.Mvc.TagHelpers.ChartSeriesBaseTagHelper<T,TControl>)
    Public PropertyConfigurates C1.Web.Mvc.Waterfall<T>.IntermediateTotalLabels. Sets the value of the property that contains the label of the intermediate total bar. The property should work with ShowIntermediateTotal and IntermediateToolPositions properties.  
    Public PropertyConfigurates C1.Web.Mvc.Waterfall<T>.IntermediateTotalPositions. Sets the value of the property that contains the index for positions of the intermediate total bar.The property should work with ShowIntermediateTotal and IntermediateToolLabels property.  
    Public PropertyConfigurates C1.Web.Mvc.ChartSeriesBase<T>.InterpolateNulls. Sets a value that determines whether to interpolate null values in the data. (Inherited from C1.Web.Mvc.TagHelpers.ChartSeriesBaseTagHelper<T,TControl>)
    Public PropertyConfigurates C1.Web.Mvc.ChartSeriesBase<T>.ItemFormatter. Sets the itemFormatter client-side function name for specific series (Inherited from C1.Web.Mvc.TagHelpers.ChartSeriesBaseTagHelper<T,TControl>)
    Public PropertyConfigurates C1.Web.Mvc.ChartSeriesBase<T>.Name. Sets the series name. The series name is displayed in the chart legend. Any series without a name does not appear in the legend. (Inherited from C1.Web.Mvc.TagHelpers.ChartSeriesBaseTagHelper<T,TControl>)
    Public Property (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public PropertyConfigurates C1.Web.Mvc.Waterfall<T>.RelativeData. Sets a value that determines whether the given data is relative.  
    Public PropertyConfigurates the C1.Web.Mvc.ChartSeriesBase<T>.OnClientRendered client event. Occurs when series is rendered. (Inherited from C1.Web.Mvc.TagHelpers.ChartSeriesBaseTagHelper<T,TControl>)
    Public PropertyConfigurates the C1.Web.Mvc.ChartSeriesBase<T>.OnClientRendering client event. Occurs when series is rendering. (Inherited from C1.Web.Mvc.TagHelpers.ChartSeriesBaseTagHelper<T,TControl>)
    Public PropertyConfigurates C1.Web.Mvc.Waterfall<T>.ShowIntermediateTotal. Sets a value that determines whether to show the intermediate total bar.The property should work with IntermediateToolPositions and IntermediateToolLabels property.  
    Public PropertyConfigurates C1.Web.Mvc.Waterfall<T>.ShowTotal. Sets a value that determines whether the show the total bar.  
    Public PropertyConfigurates C1.Web.Mvc.Waterfall<T>.Start. Sets a value that determines the value of the start bar. If start is null, start bar will not show.  
    Public PropertyConfigurates C1.Web.Mvc.Waterfall<T>.StartLabel. Sets the label of the start bar.  
    Public PropertyConfigurates C1.Web.Mvc.ChartSeriesBase<T>.Style. Sets the series style. (Inherited from C1.Web.Mvc.TagHelpers.ChartSeriesBaseTagHelper<T,TControl>)
    Public PropertyConfigurates C1.Web.Mvc.Waterfall<T>.Styles. Sets or set the waterfall styles.  
    Public PropertyConfigurates C1.Web.Mvc.ChartSeriesBase<T>.SymbolMarker. Sets the shape of marker to use for each data point in the series. Applies to Scatter, LineSymbols, and SplineSymbols chart types. (Inherited from C1.Web.Mvc.TagHelpers.ChartSeriesBaseTagHelper<T,TControl>)
    Public PropertyConfigurates C1.Web.Mvc.ChartSeriesBase<T>.SymbolSize. Sets the size in pixels of the symbols used to render this series. Applies to Scatter, LineSymbols, and SplineSymbols chart types. (Inherited from C1.Web.Mvc.TagHelpers.ChartSeriesBaseTagHelper<T,TControl>)
    Public PropertyConfigurates C1.Web.Mvc.ChartSeriesBase<T>.SymbolStyle. Sets the series symbol style. Applies to Scatter, LineSymbols, and SplineSymbols chart types. (Inherited from C1.Web.Mvc.TagHelpers.ChartSeriesBaseTagHelper<T,TControl>)
    Public PropertyConfigurates C1.Web.Mvc.ChartSeriesBase<T>.TooltipContent. Sets or Gets the tooltip content for specific chart series (Inherited from C1.Web.Mvc.TagHelpers.ChartSeriesBaseTagHelper<T,TControl>)
    Public PropertyConfigurates C1.Web.Mvc.Waterfall<T>.TotalLabel. Sets the label of the total bar.  
    Public Property (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Public PropertyConfigurates C1.Web.Mvc.ChartSeriesBase<T>.Visibility. Sets an enumerated value indicating whether and where the series appears. (Inherited from C1.Web.Mvc.TagHelpers.ChartSeriesBaseTagHelper<T,TControl>)
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden. Gets the collection name.  
    Protected PropertyGets the customized default proeprty name. Overrides this property to customize the default property name for this tag. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    Protected PropertyOverrides to redefine getter and setter. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    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.BaseTagHelper<T>)
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from C1.Web.Mvc.TagHelpers.ChartSeriesBaseTagHelper<T,TControl>)
    Protected MethodWhen the taghelper works as template, add the pre-processing here. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Protected Method (Inherited from C1.Web.Mvc.TagHelpers.ChartSeriesBaseTagHelper<T,TControl>)
    Protected MethodProcesses the child content. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    Protected MethodProcesses the the children taghelpers. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    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.SettingTagHelper<TControl>)
    Top
    See Also