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

In This Topic
    DrawDataSeriesEventArgs Class Members
    In This Topic

    The following tables list the members exposed by DrawDataSeriesEventArgs.

    Public Properties
     NameDescription
    Public PropertyGets the rectangular area in which the data series will be plotted.  
    Public PropertyGets or sets the brush that will be used for data plotting.  
    Public PropertyGets or sets whether the brush should be disposed by the chart after drawing the series. If DisposeBrush is false the brush is not disposed by the chart.  
    Public PropertyGets or sets whether the pen should be disposed by the chart after drawing the series. If DisposePen is false the pen is not disposed by the chart.  
    Public PropertyGets the index of the chart group.  
    Public PropertyGets whether the current region about to be drawn is in the legend.  
    Public PropertyGets or sets the pen that will be used for data plotting.  
    Public PropertyGets the index of the data series about to be drawn.  
    Top
    See Also