Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / HistogramBar Class / Clone Method


In This Topic
    Clone Method (HistogramBar)
    In This Topic
    Clone the object
    Syntax
    'Declaration
     
    Public Overrides Function Clone() As Object
    'Usage
     
    Dim instance As HistogramBar
    Dim value As Object
     
    value = instance.Clone()
    public override object Clone()
    See Also