2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / DrawDataSeriesEventArgs Class / IsLegend Property

In This Topic
    IsLegend Property
    In This Topic
    Gets whether the current region about to be drawn is in the legend.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsLegend As System.Boolean
    public System.bool IsLegend {get;}
    See Also