Gas Gauge Region(String, Double, Double, Color) Constructor
Definition
Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
C#
public GasGaugeRegion(
string label,
double minVal,
double maxVal,
Color color
)VB
Public Sub New (
label As String,
minVal As Double,
maxVal As Double,
color As Color
)