Subscriber portal
Gets or sets the title font properties of an axis.
<BindableAttribute(True)> <PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property TitleFont As Font
A Font object used for the font properties of a title.
Gets or sets title font properties such as face or size.
To set font properties at run time, a new Font object must be created. Any attempt to change the properties of the current Font object at run time will result in a compilation error.
Axis ClassSystem.Web.UI.DataVisualization.Charting Namespace