Jump to content
Software FX Community

Anomaly in bar charts


DannE

Recommended Posts

Dataset:

Country: -0.01Regional vs. : -2.3300000000000001E-2Sector: -4.8300000000000003E-2Price: -6.3200000000000006E-2Revisions: -1.7299999999999999E-2Intra: -5.3900000000000003E-2Valuation: -1.7100000000000001E-2Sector: -0.23310000000000003

 code:

Chart1.Gallery = SoftwareFX.ChartFX.Gallery.Bar;

Chart1.Titles[0].Text = title;

Chart1.BackColor = System.Drawing.Color.White;

//chModContribution.SerLegBox = true;Chart1.PointLabels = true;Chart1.AxisX.Visible= false;

Chart1.AxisY.LabelsFormat.CustomFormat = "0.0%";

Chart1.PointLabelMask = "%L \n %v";

Chart1.BorderObject.Color = System.Drawing.Color.Black;

Chart1.ImgQuality = 100;

Chart1.AxesStyle = SoftwareFX.ChartFX.AxesStyle.Math;

Chart1.AxisX.Line.Color = Color.Transparent;

Chart1.PointLabelFont = new System.Drawing.Font("Arial", 7);

Chart1.PointLabelColor = System.Drawing.Color.Black;

Chart1.ImgSizeable =

true;

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...