Hi..
I'm trying to increase the size of my datapoint but the following has no effect. I would like large points.
// visually enhance the data points
seriesDATA.Appearance.PointMark.Visible = true;
seriesDATA.Appearance.PointMark.Dimensions.Width = 255;
seriesDATA.Appearance.PointMark.Dimensions.Height = 255;
seriesDATA.Appearance.PointMark.FillStyle.MainColor = Color.Blue;
What am I doing wrong? thanks again
I'm trying to increase the size of my datapoint but the following has no effect. I would like large points.
// visually enhance the data points
seriesDATA.Appearance.PointMark.Visible = true;
seriesDATA.Appearance.PointMark.Dimensions.Width = 255;
seriesDATA.Appearance.PointMark.Dimensions.Height = 255;
seriesDATA.Appearance.PointMark.FillStyle.MainColor = Color.Blue;
What am I doing wrong? thanks again