Click or drag to resize

UniversalGeneratorsGetSVGHistogram Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the SVG histogram.

Namespace:  imbSCI.Graph.Graphics
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static string GetSVGHistogram(
	this histogramModel model,
	bool is3D = false,
	short depth = 10
)

Parameters

model
Type: imbSCI.Core.math.range.histogramhistogramModel
The histogram model
is3D (Optional)
Type: SystemBoolean
if set to true it will be 3D
depth (Optional)
Type: SystemInt16
The depth.

Return Value

Type: String

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type histogramModel. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also