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

SPA SDK Help HomeLearn More About the SPA SDK

SPAGraphOptions.BackColor (property)

Description

Sets or returns the graph background color. You should use this property with the color constants provided by the SDK.

Syntax

object.BackColor

Return Value

(Long) - the graph background color.

Example

Sub Test()
  SPAApplication.Initialize
  SPAApplication.GraphOptions.BackColor = SPAConst.ColorRGB(250, 250, 250)
End Sub
  
Copyright © MathWave Technologies
www.mathwave.com