0

Custom Color to CoordinateSystemVisual

Anonymous 10 years ago updated by RS_FE 3 years ago 1
This discussion was imported from CodePlex

Goodlad wrote at 2014-07-19 09:47:

Hello,

I am trying to change the axis color on the CoordinateSystemVisual3d, but I can only get the black or the default (green, red, blue colors).
            <helix:CoordinateSystemVisual3D x:Name="Cord" ArrowLengths="10">
                <helix:CoordinateSystemVisual3D.XAxisColor>
                    <Color R="152" B="152" G="152"/>
                </helix:CoordinateSystemVisual3D.XAxisColor>
                <helix:CoordinateSystemVisual3D.YAxisColor>
                    <Color R="30" B="187" G="238"/>
                </helix:CoordinateSystemVisual3D.YAxisColor>
                <helix:CoordinateSystemVisual3D.ZAxisColor>
                    <Color R="68" B="35" G="80"/>
                </helix:CoordinateSystemVisual3D.ZAxisColor>
            </helix:CoordinateSystemVisual3D>
Thanks for any help,
John

What was the solution to this problem? I have the same issue - the coordinate system appears in black.