Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartDataPointCustomProperties.PieProps Class / PieLineColor Property

In This Topic
    PieLineColor Property (ChartDataPointCustomProperties.PieProps)
    In This Topic
    Gets or sets the color of the radial and horizontal label lines. Default: Color.Empty(auto color).
    Syntax
    'Declaration
     
    Public Property PieLineColor As RdlColor
    public RdlColor PieLineColor {get; set;}
    See Also