This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets or sets the data series shown in this chart.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Charts (in Smartsite.Charts.dll)

Syntax

C#Copy imageCopy Code
[(Options = .RawData)]
[("dataseries", "Smartsite.Charts.Source.Schemas.dataseries.xsd")]
public string DataSeries { get; set; }
Visual Basic (Declaration)Copy imageCopy Code
<(Options := .RawData)> _
<("dataseries", "Smartsite.Charts.Source.Schemas.dataseries.xsd")> _
Public Property DataSeries As 
	Get
	Set

See Also

Advanced