Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartSeriesCustomProperties.FunnelProps Class / CalloutLineColor Property

In This Topic
    CalloutLineColor Property (ChartSeriesCustomProperties.FunnelProps)
    In This Topic
    Gets or sets the CalloutLineColor for the data point labels of Funnel or Pyramid charts. Default: Color.Empty (auto color).
    Syntax
    'Declaration
     
    Public Property CalloutLineColor As RdlColor
    public RdlColor CalloutLineColor {get; set;}
    See Also