Click or drag to resize
PlotStyleClone Method
Returns a clone of the current object

Namespace: SharpCharts.Base.SharpScript
Assembly: SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
protected virtual void Clone(
	PlotStyle clone
)

Parameters

clone
Type: SharpCharts.Base.SharpScriptPlotStyle
PlotStyle to be returned
See Also