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 = "
|