ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / ItemStyle Class / GetHistogramImage Method
Specified size.

In This Topic
    GetHistogramImage Method (ItemStyle)
    In This Topic
    Gets the histogram image with the specified size.
    Syntax
    'Declaration
     
    
    Public Function GetHistogramImage( _
       ByVal rect As Rectangle _
    ) As Image
    public Image GetHistogramImage( 
       Rectangle rect
    )

    Parameters

    rect
    Specified size.
    See Also