This question is locked. New answers and comments are not allowed.
Hello.
How to apply a custom gradient to a column ?
Out of the box the gradient is applied from left to right. But is there a way to change it so it would draw from top to bottom ? Also I can set the column color that is going to be used as a base for the gradient, like so:
Is there a way to specify explicitly which colors should be used (gradient start, end) ?
How to apply a custom gradient to a column ?
Out of the box the gradient is applied from left to right. But is there a way to change it so it would draw from top to bottom ? Also I can set the column color that is going to be used as a base for the gradient, like so:
series.Column(s => s.SomeData).Name("Some Column").Color("#FFFFFF")Is there a way to specify explicitly which colors should be used (gradient start, end) ?