Enumerazione ChartSeriesType
Specifies the visualization type for the ChartSeries.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Enumeration ChartSeriesType
'Utilizzo
Dim instance As ChartSeriesType
public enum ChartSeriesType
public enum class ChartSeriesType
type ChartSeriesType
public enum ChartSeriesType
Membri
| Nome membro | Descrizione | |
|---|---|---|
| Column | A column chart. | |
| Bar | A bar chart. | |
| Line | A line chart. | |
| Shape | A shape chart. | |
| Scatter | A scatter chart. | |
| Area | An area chart. | |
| Range | A range chart. | |
| Polar | A polar chart. |