Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartDataPoint Class / ItemInLegend Property

In This Topic
    ItemInLegend Property (ChartDataPoint)
    In This Topic
    Gets the ChartItemInLegend defining how the data point appears when displayed in a legend (when Series.Type = Shape).
    Syntax
    'Declaration
     
    Public ReadOnly Property ItemInLegend As ChartItemInLegend
    public ChartItemInLegend ItemInLegend {get;}
    See Also