Subscriber portal
Gets or sets the title font properties of an axis.
[BindableAttribute(true)] [PersistenceModeAttribute(PersistenceMode.Attribute)] public Font TitleFont { get; set; }
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