Skip to main content

OptionsTitle

Namespace: Wisej.Web.Ext.ChartJS

Assembly: Wisej.Web.Ext.ChartJS

Represents the options for the chart title.

public class OptionsTitle : OptionsBase

Constructors

Instance memberOptionsTitle()

Default constructor.

Instance memberOptionsTitle(owner)

Constructs a new instance of the OptionsTitle set.

NameTypeDescription
ownerOptionsBaseThe ChartJS that owns this set of options.

Properties

Instance memberDisplay

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

Instance memberFont

Font: Font of the title.

Instance memberFontColor

Color: Title color.

Instance memberPadding

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

Instance memberPosition

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

Instance memberText

String: Title text.