Ultimate-Xamarin-Forms-KIT
Ultimate-Xamarin-Forms-KIT copied to clipboard
candlechart not showing black line of high and low
var dataSet4 = new CandleStickDataSet(entries, "Stocks Info")
{
DecreasingColor = Color.Red,
IncreasingColor = Color.Green
};
dataSet4.ShadowColor = Color.DarkGray;
dataSet4.ShadowWidth = 1;
//dataSet4.ShadowColorSameAsCandle = true;