C# Class JMeter.Toolkit.Engine.Extensions.TextObjExtensions

ファイルを表示 Open project: fdore/jmeter-toolkit

Public Methods

Method Description
Style ( this textObj, Color color, int size ) : ZedGraph.TextObj

Apply style to Zedgraph text object

Style ( this textObj, Color color, int size, AlignH alignH ) : ZedGraph.TextObj

Apply style to Zedgraph text object

Method Details

Style() public static method

Apply style to Zedgraph text object
public static Style ( this textObj, Color color, int size ) : ZedGraph.TextObj
textObj this
color System.Drawing.Color
size int
return ZedGraph.TextObj

Style() public static method

Apply style to Zedgraph text object
public static Style ( this textObj, Color color, int size, AlignH alignH ) : ZedGraph.TextObj
textObj this
color System.Drawing.Color
size int
alignH AlignH
return ZedGraph.TextObj