[]
The chart object font properties and methods.
[TypeConverter(typeof(c1ChartTypeConverter))]
public class baseChartFont
Name | Description |
---|---|
baseChartFont() | Creates a new instance of baseChartFont class. |
baseChartFont(Font) | Creates a new instance of baseChartFont class. |
Name | Description |
---|---|
Bold | Gets or sets whether the font of the chart object is bold. |
Font | Gets or sets chart object font. |
Italic | Gets or sets whether the font of the chart object is italic. |
Name | Gets or sets the name of this chart object FontFamily. |
Size | Gets or sets the chart object font size. |
Strikeout | Gets or sets whether the font of the chart object is strikeout. |
Underline | Gets or sets whether the font of the chart object is underline. |