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

SPA SDK Help HomeLearn More About the SPA SDK

SPAAxisOptions.Title (property)

Description

Sets or returns the graph axis title (see the SPAApplication.GraphOptions.XAxis and SPAApplication.GraphOptions.YAxis objects).

Syntax

object.Title

Return Value

(String) - the axis title:

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

Example

SPAApplication.GraphOptions.XAxis.Title = "Custom X Axis Title"
SPAApplication.GraphOptions.YAxis.Title = SPAConst.TitleAuto
  
Copyright © MathWave Technologies
www.mathwave.com