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

SPA SDK Help HomeLearn More About the SPA SDK

SPAFont (object)

This object allows you to specify the font properties, such as the name, size, style, and color. You don't need to create the SPAFont object in your applications. Instead, you should use the *Font properties of the SPAApplication.GraphOptions object.

Properties

Property
Type
Description
Bold
Italic
Underline
Boolean Font style properties.
Color Long Font color. You should use this property with the color constants provided by the SDK.
Name String Font name.
Size Long Font size.

Example

Sub Test()
  SPAApplication.Initialize
  SPAApplication.GraphOptions.LegendFont.Name = "Verdana"
  SPAApplication.GraphOptions.TitleFont.Color = SPAConst.ColorBlue
End Sub
  
Copyright © MathWave Technologies
www.mathwave.com