Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 1712

Summary: Request for global TChart.Font property
Product: .NET TeeChart Reporter: christopher ireland <chris>
Component: ChartAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: enhancement    
Priority: Normal    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: http://www.teechart.net/support/viewtopic.php?p=72679
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description christopher ireland 2016-12-05 04:38:03 EST
From the client's description:

Note: One more thing that we want i.e. we do not want to set all font individually like
Tchart1.Title.Font=35;
Tchart1.Axes.Labels.Font=35;
Tchart1.Legend.Font=35;

We want something like
Tchart1.Font=35;// Is we have something like this?