Ultimate-Xamarin-Forms-KIT icon indicating copy to clipboard operation
Ultimate-Xamarin-Forms-KIT copied to clipboard

candlechart not showing black line of high and low

Open shahidjameelbhatti opened this issue 3 years ago • 1 comments

shahidjameelbhatti avatar Apr 25 '21 09:04 shahidjameelbhatti

    var dataSet4 = new CandleStickDataSet(entries, "Stocks Info")
    {
      DecreasingColor = Color.Red,
      IncreasingColor = Color.Green
    };
    dataSet4.ShadowColor = Color.DarkGray;
    dataSet4.ShadowWidth = 1;
    //dataSet4.ShadowColorSameAsCandle = true;

SergDegun avatar Oct 12 '22 21:10 SergDegun