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

SPA SDK Help HomeLearn More About the SPA SDK

SPAGraphOptions.Title (property)

Description

Sets or returns the main graph title.

Syntax

object.Title

Return Value

(String) - the main graph title:

Value
Description
SPAConst.TitleAuto Use the predefined graph title, depending on the graph type and the SPAApplication.Language property value.
Any string value except SPAConst.TitleAuto Use the custom graph title.

Example

Sub Test()
  SPAApplication.Initialize
  SPAApplication.GraphOptions.Title = "Custom Graph Title"
End Sub
  
Copyright © MathWave Technologies
www.mathwave.com