Click or drag to resize
ChartStyle Constructor (ChartEntityDimensions, ChartFill, Corners, Border, Shadow, Boolean)
Creates new instance of StyleChart class.

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 ChartStyle(
	ChartEntityDimensions dimensions,
	ChartFill fillStyle,
	Corners corners,
	Border border,
	Shadow shadowStyle,
	bool visible
)

Parameters

dimensions
Type: Kettic.AspNet.Controls.ChartModel.StylesChartEntityDimensions
Chart dimensions
fillStyle
Type: Kettic.AspNet.Controls.ChartModel.StylesChartFill
FillStyle of chart
corners
Type: Kettic.AspNet.Controls.ChartModel.StylesCorners
Corners of chart
border
Type: Kettic.AspNet.Controls.ChartModel.StylesBorder
Chart border style
shadowStyle
Type: Kettic.AspNet.Controls.ChartModel.StylesShadow
Chart shadow style
visible
Type: SystemBoolean
Visibility of chart
See Also