MarkerStyle Constructor (String, Int32) |
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,
int pointSize
)
Public Sub New (
figureType As String,
pointSize As Integer
)
public:
MarkerStyle(
String^ figureType,
int pointSize
)
new :
figureType : string *
pointSize : int -> MarkerStyle
Parameters
- figureType
- Type: SystemString
Marker's figure name - pointSize
- Type: SystemInt32
Width and height of marker
See Also