ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / CubeFieldTagHelper Class / WeightField Property

In This Topic
    WeightField Property (CubeFieldTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotFieldBase.WeightField. Sets the header specifies the field used as a weight for calculating aggregates on this field.
    Syntax
    'Declaration
     
    Public Property WeightField As String
    public string WeightField {get; set;}
    See Also