HtmlForgeX

API Reference

Class

EmailBarChartCategory

Namespace HtmlForgeX.Email
Assembly HtmlForgeX.Email
Modifiers sealed

Category definition for EmailBarChart.

Inheritance

  • Object
  • EmailBarChartCategory

Constructors

public EmailBarChartCategory(String label, IReadOnlyList<Int32> values) #

Creates a category with label and per-series values.

Parameters

label System.String requiredposition: 0
values System.Collections.Generic.IReadOnlyList{System.Int32} requiredposition: 1

Properties

public String Label { get; set; } #

Category label (x-axis label).

public IReadOnlyList<Int32> Values { get; } #

Values matching Series order.