AreaDrawRunner Method (Graphics, Double, Color, DashStyle, ColoredText, Font, AxisType, TextAlignment)

GF Charts Help

Namespace:  GF.Clients.Charts.Details
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public void DrawRunner(
	Graphics Graphics,
	double value,
	Color color,
	DashStyle dashStyle,
	ColoredText[] coloredText,
	Font font,
	AxisType axisType,
	TextAlignment textAlignment = TextAlignment.Left
)

Parameters

Graphics
Type: System.DrawingGraphics
value
Type: SystemDouble
color
Type: System.DrawingColor
dashStyle
Type: System.Drawing.Drawing2DDashStyle
coloredText
Type: GF.Clients.Charts.DetailsColoredText
font
Type: System.DrawingFont
axisType
Type: GF.Clients.Charts.DetailsAxisType
textAlignment (Optional)
Type: GF.Clients.Charts.TradeModeTextAlignment
See Also

Reference