Gets or sets the symbol template which applies to the each data point of the series.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public Object Symbol { get; set; }
Visual Basic
Public Property Symbol As Object
	Get
	Set

Implements

IDataSeriesInfo..::..Symbol

See Also