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

SPA SDK Help HomeLearn More About the SPA SDK

SPAGraphOptions.LegendFont (property, read-only)

Description

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

Syntax

object.LegendFont

Return Value

(SPAFont) - the graph legend font.

Example

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