ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / ChartTypeConfig Class / ApplyColorPaletteOnDataPoint Property

In This Topic
    ApplyColorPaletteOnDataPoint Property
    In This Topic
    Gets a value indicating whether the color palette is applied to the data point.
    Syntax
    'Declaration
     
    Public ReadOnly Property ApplyColorPaletteOnDataPoint As Boolean
    public bool ApplyColorPaletteOnDataPoint {get;}

    Property Value

    Boolean. True if the color palette is applied to the data point; otherwise False.
    See Also