CanvasControlLibrary.Models.CCLCandlesticksGraphProps.CCLCandlesticksGraphProps C# (CSharp) Method

CCLCandlesticksGraphProps() public method

public CCLCandlesticksGraphProps ( ) : System
return System
        public CCLCandlesticksGraphProps()
        {
            Data = new List<List<int>>();
            XMarksLabelData = new List<XMarkLabel>();
        }
CCLCandlesticksGraphProps