Profile Picture

Data labels using point series with invisible data points lacks style

Posted By Steve Clevenger 12 Years Ago

Data labels using point series with invisible data points lacks style

Author
Message
Steve Clevenger
Posted 12 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (7 reputation)Forum Newbie (7 reputation)Forum Newbie (7 reputation)Forum Newbie (7 reputation)Forum Newbie (7 reputation)Forum Newbie (7 reputation)Forum Newbie (7 reputation)Forum Newbie (7 reputation)Forum Newbie (7 reputation)

Group: Forum Members
Last Active: 11 Years Ago
Posts: 7, Visits: 1
Hi All,


I add a data label (via an invisible point series) to a 3D bar chart in order to update a related data item each time a bar is displayed. Being a label, I seem to have no control over font, font size, text color, etc., and insufficient control over placement on the chart back wall when the chart scale changes. An example of this is the label starts in the top right corner of the chart back wall, and drops to the bottom right corner during the scale change. Is this a feature I wonder?

Here's the code:

// Invisible Point series...
NPointSeries pointSeries = new NPointSeries();

// Hide everything except the labels
pointSeries.UseXValues = true;
pointSeries.MarkerStyle.Visible = false;
pointSeries.DataLabelStyle.Format = "




Similar Topics


Reading This Topic