Click or drag to resize

GdiPaintContextGetHierarchicalValueT Method

Gets the current hierarchical value from the named stack.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public T GetHierarchicalValue<T>(
	string name
)

Parameters

name  String
The stack name.

Type Parameters

T
The value type.

Return Value

T
The current hierarchical value.

Implements

IPaintContextGetHierarchicalValueT(String)
See Also