ValueTransformableTreeGraph BusColorTransform Property ElecNetKit Documentation
A function that transforms Buses into values that are passed to BusColorGradient to determine the colour of buses displayed on the network graph.

Namespace: ElecNetKit.Graphing.Graphs
Assembly: ElecNetKit.Graphing (in ElecNetKit.Graphing.dll) Version: 1.1.4771.27373 (1.1.0.0)
Syntax

public Func<Bus, double> BusColorTransform { get; set; }
See Also