Click or drag to resize
MarkerStyle Constructor (String, ChartDimensionsBase, Fill)
Creates a new instance of StyleMarker 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 MarkerStyle(
	string figureType,
	ChartDimensionsBase dimensions,
	Fill fillStyle
)

Parameters

figureType
Type: SystemString
Marker's figure name
dimensions
Type: Kettic.AspNet.Controls.ChartModel.StylesChartDimensionsBase
Dimensions of marker
fillStyle
Type: Kettic.AspNet.Controls.ChartModel.StylesFill
Marker's fillstyle settings
See Also