Profile Picture

Interlace - 3d

Posted By John Burcher 15 Years Ago
Author
Message
John Burcher
Posted 15 Years Ago
View Quick Profile
Junior Member

Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)

Group: Forum Members
Last Active: 15 Years Ago
Posts: 15, Visits: 1
Hi Milen,

Thank you for the reply, I can confirm that this has fixed it!

Have you had a chance to look at my other thread?

Thank you again!

JB

Milen Metodiev
Posted 15 Years Ago
View Quick Profile
Forum Member

Forum Member (48 reputation)Forum Member (48 reputation)Forum Member (48 reputation)Forum Member (48 reputation)Forum Member (48 reputation)Forum Member (48 reputation)Forum Member (48 reputation)Forum Member (48 reputation)Forum Member (48 reputation)

Group: Nevron Team
Last Active: 14 Years Ago
Posts: 48, Visits: 1

Hi John,

I think that it's just because of the color. Moccasin is a very light color and if you use a bright light scheme it will get almost white and blend with the chart wall.

Can you try a different color or turn off the scene lighting, just to see if this is the reason?

Best Regards,
Milen



John Burcher
Posted 15 Years Ago
View Quick Profile
Junior Member

Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)

Group: Forum Members
Last Active: 15 Years Ago
Posts: 15, Visits: 1
Hi,

I have the following code:-
Dim NStandardScaleConfigurator As NStandardScaleConfigurator = TryCast(Me.m_Chart.Axis(type:=StandardAxis.PrimaryY).ScaleConfigurator, NStandardScaleConfigurator)
Dim NScaleStripStyle As NScaleStripStyle = New NScaleStripStyle(fillstyle:=New NColorFillStyle(Drawing.Color.Moccasin), strokestyle:=Nothing, infinite:=True, begin:=0, end:=0, interval:=1, length:=1)

NScaleStripStyle.Interlaced = True
NScaleStripStyle.SetShowAtWall(wall:=ChartWallType.Back, show:=True)
NScaleStripStyle.SetShowAtWall(wall:=ChartWallType.Left, show:=True)

NStandardScaleConfigurator.StripStyles.Add(value:=NScaleStripStyle)

Works as expected for all 2d bar charts.

Does not work for the 3d bar chart. It only interlaces the left wall, and not the back wall.

Please advise how to get around this issue.

Thank you!



Similar Topics


Reading This Topic