This is a migrated thread and some comments may be shown as answers.

Scatter chart with background color

1 Answer 136 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Samir
Top achievements
Rank 2
Samir asked on 18 Aug 2016, 05:28 AM

Hi there,

I want a chart similiar to the one attached with this thread. Currently I am using scatter chart for my purpose but it would be great if I could get it colored like the attached screenshot.

Any help would be greatly appreciated.

 

 

1 Answer, 1 is accepted

Sort by
0
Patrick | Technical Support Engineer, Senior
Telerik team
answered on 18 Aug 2016, 09:16 PM
Hi Samir,

Currently, you can set the plotArea's background color.
Here is a snippet:
@(Html.Kendo().Chart()
    .Name("chart")
    .PlotArea(plotArea => plotArea
        .Background("Green")
    )
...
)

However, it does not support for gradient colors.  You can suggest this idea at the Telerik Feedback Portal. 

Regards,
Patrick
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Chart
Asked by
Samir
Top achievements
Rank 2
Answers by
Patrick | Technical Support Engineer, Senior
Telerik team
Share this question
or