Hide Comments
Hide Comments

Comments (0)

Determines where a chart looks for its font information. To have the chart use the same font as its Panel panel, set ParentFont to true. If ParentFont is false, the chart uses its own Font property. The charts by default set ParentFont to true so that all the charts on a chart panel present a uniform appearance. When the value of a chart's Font property changes, ParentFont becomes false automatically.
 

Namespace: RSChartPanel

expandingSyntax

Delphi

public
  property ParentFont: Boolean read FParentFont write SetParentFont default True;
 

Property Value

Type: Boolean

expandingSee Also

Comments (0)

RiverSoftAVG Charting Component Suite (RCCS) © 2005-2015, Thomas G. Grubb