Click or drag to resize
TextAreaStyle Constructor (ChartDimensionsBase, Fill, ChartPosition, Single, TextSurface, Corners, Border, Shadow, Boolean)
Creates a new class instance

Namespace: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public TextAreaStyle(
	ChartDimensionsBase dimensions,
	Fill fillStyle,
	ChartPosition position,
	float rotationAngle,
	TextSurface textSurface,
	Corners corners,
	Border border,
	Shadow shadowStyle,
	bool visible
)

Parameters

dimensions
Type: Kettic.AspNet.Controls.ChartModel.StylesChartDimensionsBase
Dimensions
fillStyle
Type: Kettic.AspNet.Controls.ChartModel.StylesFill
Fill style settings
position
Type: Kettic.AspNet.Controls.ChartModel.StylesChartPosition
Position settings
rotationAngle
Type: SystemSingle
Rotation angle
textSurface
Type: Kettic.AspNet.Controls.ChartModel.StylesTextSurface
Text appearance settings
corners
Type: Kettic.AspNet.Controls.ChartModel.StylesCorners
Corners appearance
border
Type: Kettic.AspNet.Controls.ChartModel.StylesBorder
Border settings
shadowStyle
Type: Kettic.AspNet.Controls.ChartModel.StylesShadow
Shadow settings
visible
Type: SystemBoolean
Visibility settings
See Also