ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / RenderDataLabelEventArgs Class
Properties

In This Topic
    RenderDataLabelEventArgs Class Members
    In This Topic

    The following tables list the members exposed by RenderDataLabelEventArgs.

    Public Properties
     NameDescription
    Public Property (Inherited from System.ComponentModel.CancelEventArgs)
    Public PropertyGets the rendering engine. (Inherited from C1.Chart.BaseRenderEventArgs)
    Public PropertyGets the graphics. (Inherited from C1.Win.Chart.RenderEventArgs)
    Public PropertyGets the data point index. (Inherited from C1.Win.Chart.RenderSymbolEventArgs)
    Public PropertyGets the data item. (Inherited from C1.Win.Chart.RenderSymbolEventArgs)
    Public PropertyGets the symbol point in control pixel coordinates. (Inherited from C1.Win.Chart.RenderSymbolEventArgs)
    Public PropertyGets the data series. (Inherited from C1.Win.Chart.RenderSymbolEventArgs)
    Public PropertyData label text. It can be changed in event handler.  
    Top
    See Also