Click or drag to resize
DiagramStyle Constructor (ChartDimensionsBase, DiagramFill, ChartPosition, String, Corners, Border, Shadow, Boolean)
Creates a new instance of StyleDiagram 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 DiagramStyle(
	ChartDimensionsBase dimensions,
	DiagramFill fillStyle,
	ChartPosition position,
	string palette,
	Corners corners,
	Border border,
	Shadow shadowStyle,
	bool visible
)

Parameters

dimensions
Type: Kettic.AspNet.Controls.ChartModel.StylesChartDimensionsBase
Dimensions of Diagram
fillStyle
Type: Kettic.AspNet.Controls.ChartModel.StylesDiagramFill
FillStyle settings
position
Type: Kettic.AspNet.Controls.ChartModel.StylesChartPosition
Diagram's position
palette
Type: SystemString
Palette used in Diagram
corners
Type: Kettic.AspNet.Controls.ChartModel.StylesCorners
Diagram's corners
border
Type: Kettic.AspNet.Controls.ChartModel.StylesBorder
Border of Diagram
shadowStyle
Type: Kettic.AspNet.Controls.ChartModel.StylesShadow
Diagram's shadow style
visible
Type: SystemBoolean
Diagram's visibility
See Also