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
Properties
Display

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

Font: Font of the title.
FontColor

Color: Title color.
Padding

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

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

String: Title text.
Last updated
Was this helpful?