I am having a problem with the lower bound grid line not showing. Maybe this is the way it should be, but I am not sure. I was hoping someone could help me out with this. I have a PrimaryX axis defined as follows:
<igCA:Axis AxisType="PrimaryX" x:Name="PrimaryXAxis"
RangeFromZero="True" AutoRange="False" Unit="1" Minimum="0" Maximum="{Binding TotalHoursOnChart}"> <igCA:Axis.MajorGridline> <igCA:Mark Visible="True" Unit="0.5" StrokeThickness="0.75" /> </igCA:Axis.MajorGridline> <igCA:Axis.MajorTickMark> <igCA:Mark Visible="False"/> </igCA:Axis.MajorTickMark> <igCA:Axis.MinorGridline> <igCA:Mark Visible="True" Unit="1" StrokeThickness="2"
Stroke="{Binding ChartBackground, Mode=OneWay}" /> </igCA:Axis.MinorGridline> <igCA:Axis.MinorTickMark> <igCA:Mark Visible="True" /> </igCA:Axis.MinorTickMark> </igCA:Axis>
What I see on the chart is this:
Hi,
I'm looking into your question. Could you tell my what product version and service release you are using?
We are on Infragistics 2010.3
Assembly version: 10.3.20103.1003
My apologies for not replying to the thread before now. I actually figured out the problem. The way I had the bindings on color was causing the lines to "disappear". I used the Stroke property on the Primary X axis as well as the Primary Y axis and the lines now show properly.
HI,
I’m just following up on this forum post.
Do you need further assistance regarding this behavior? If so, please feel free to contact me.
I have created my own sample and it obviously doesn’t have your data and I don’t know what value is being supplied thru your TotalHoursOnChart property. But I have tested it using 10.3.20103.1003 and a more recent version of NetAdvantage 2010 Vol. 3 but it doesn’t seem to cause any of the bound data lines to not appear.
Is it possible that you have also defined the Y axis and perhaps caused some of the data not to show?
Perhaps you have set the Minimum and Maximum for the Y axis and the limit is excluding some line.