Click or drag to resize

ChartStyleCopy Method

Copies the properties of a chartStyle

Namespace:  SharpCharts.Base.Chart
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
protected virtual void Copy(
	ChartStyle other
)

Parameters

other
Type: SharpCharts.Base.ChartChartStyle
The source chartStyle from which you wish to copy
See Also