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

SPA SDK Help HomeLearn More About the SPA SDK

SPAGraphOptions.DataTitle (property)

Description

Sets or returns the empirical data title shown in the graph legend.

Syntax

object.DataTitle

Return Value

(String) - the empirical data title:

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

Example

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