Example4_6.Legend.Legend C# (CSharp) Method

Legend() public method

public Legend ( ChartCanvas fm1 ) : System
fm1 ChartCanvas
return System
        public Legend(ChartCanvas fm1)
        {
            form1 = fm1;
            textColor = Color.Black;
            isLegendVisible = false;
            isBorderVisible = true;
            legendBackColor = Color.White;
            legendBorderColor = Color.Black;
            legendFont = new Font("Arial", 8, FontStyle.Regular);
        }