MarkerStyle Constructor (String, ChartDimensionsBase, Fill) |
Creates a new instance of StyleMarker class.
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic MarkerStyle(
string figureType,
ChartDimensionsBase dimensions,
Fill fillStyle
)
Public Sub New (
figureType As String,
dimensions As ChartDimensionsBase,
fillStyle As Fill
)
public:
MarkerStyle(
String^ figureType,
ChartDimensionsBase^ dimensions,
Fill^ fillStyle
)
new :
figureType : string *
dimensions : ChartDimensionsBase *
fillStyle : Fill -> MarkerStyle
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