Simulation & Probabilistic Analysis SDK
Add Distribution Fitting & Simulation Features to Your Applications

SPA SDK Help HomeLearn More About the SPA SDK

SPAGraphOptions.AxisTitlesFont (property, read-only)

Description

Returns the SPAFont object allowing you to specify the font used to display the graph axis titles.

Syntax

object.AxisTitlesFont

Return Value

(SPAFont) - the axis title font.

Example

Sub Test()
  SPAApplication.Initialize
  SPAApplication.GraphOptions.AxisTitlesFont.Name = "Verdana"
End Sub
  
Copyright © MathWave Technologies
www.mathwave.com