Spread for ASP.NET 12 Product Documentation
BinType Property


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > BinOption Class : BinType Property
Gets the axis option for the histogram series.
Syntax
'Declaration
 
Public Property BinType As BinOption.HistogramBinType
'Usage
 
Dim instance As BinOption
Dim value As BinOption.HistogramBinType
 
instance.BinType = value
 
value = instance.BinType
public BinOption.HistogramBinType BinType {get; set;}
See Also

Reference

BinOption Class
BinOption Members