ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.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 data point index. (Inherited from C1.Xaml.Chart.RenderSymbolEventArgs)
    Public PropertyGets the data item. (Inherited from C1.Xaml.Chart.RenderSymbolEventArgs)
    Public PropertyGets the symbol position in control pixel coordinates. (Inherited from C1.Xaml.Chart.RenderSymbolEventArgs)
    Public PropertyData label text. It can be changed in event handler.  
    Top
    See Also