OptionsTitle

Wisej.Web.Ext.ChartJS.OptionsTitle

Namespace: Wisej.Web.Ext.ChartJS

Assembly: Wisej.Web.Ext.ChartJS (3.2.0.0)

Represents the options for the chart title.

public class OptionsTitle : OptionsBase

Constructors

Default constructor.

Constructs a new instance of the OptionsTitle set.

NameTypeDescription

owner

The ChartJS that owns this set of options.

Properties

Boolean: Show the title block. (Default: True)

Font: Font of the title.

Color: Title color.

Int32: Number of pixels to add above and below the title text. (Default: 10)

HeaderPosition: Position of the title. (Default: Top)

String: Title text.

Last updated