Spread for ASP.NET 12 Product Documentation
ViewType Property


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > FpChart Class : ViewType Property
Gets or sets the ChartViewType of the chart.
Syntax
'Declaration
 
Public Property ViewType As ChartViewType
'Usage
 
Dim instance As FpChart
Dim value As ChartViewType
 
instance.ViewType = value
 
value = instance.ViewType
public ChartViewType ViewType {get; set;}
See Also

Reference

FpChart Class
FpChart Members