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

OptionsTitle()

Default constructor.

OptionsTitle(owner)

Constructs a new instance of the OptionsTitle set.

Name
Type
Description

owner

The ChartJS that owns this set of options.

Properties

Display

Booleanarrow-up-right: Show the title block. (Default: True)

Font

Fontarrow-up-right: Font of the title.

FontColor

Colorarrow-up-right: Title color.

Padding

Int32arrow-up-right: Number of pixels to add above and below the title text. (Default: 10)

Position

HeaderPositionarrow-up-right: Position of the title. (Default: Top)

Text

Stringarrow-up-right: Title text.

Last updated

Was this helpful?