Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
530
Problem with Name property in Axis
posted

When I set the "Name" property on an Axis object, I get "The type or namespace name 'Windows' does not exist in the namespace ... (are you missing an assembly reference?)"

                <igChart:Axis AxisType="SecondaryY"  Unit="1000000000" Name="Y2">
                    <igChart:Axis.Label>
                        <igChart:Label Angle="45" Format="{}{0:##,###}" />
                    </igChart:Axis.Label>
                    <igChart:Axis.MajorGridline>
                        <igChart:Mark StrokeThickness="1" Stroke="Gray" />
                    </igChart:Axis.MajorGridline>
                </igChart:Axis> 

Any idea why?