OptionsTitle
Namespace: Wisej.Web.Ext.ChartJS
Assembly: Wisej.Web.Ext.ChartJS
Represents the options for the chart title.
- C#
- VB.NET
public class OptionsTitle : OptionsBase
Public Class OptionsTitle
Inherits OptionsBase
Constructors
OptionsTitle()
Default constructor.
OptionsTitle(owner)
Constructs a new instance of the OptionsTitle set.
| Name | Type | Description |
|---|---|---|
| owner | OptionsBase | The ChartJS that owns this set of options. |
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.