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
290
Series Labels Not Wrapping
posted

I'm using the following code but my labels are not wrapping.  I tried typing what I found in this forum  into the vb.net area but it didn't accept "wraptext" as an option to add to the collection.  What am I doing wrong?

Thanks,

Bill

                <Labels Font="Verdana, 7pt" HorizontalAlign="Near"
                    ItemFormatString="none" Orientation="VerticalLeftFacing"
                    VerticalAlign="Center" Visible="False">
                    <SeriesLabels Font="Verdana, 12pt, style=Bold"
                        HorizontalAlign="Center" Orientation="Custom" VerticalAlign="Center"
                        OrientationAngle="45">
                        <Layout Behavior="UseCollection">
                            <BehaviorCollection>
                                <igchartprop:WrapTextAxisLabelLayoutBehavior UseOnlyToPreventCollisions="False"
                                    EnableRollback="False" />
                                <igchartprop:StaggerAxisLabelLayoutBehavior />
                            </BehaviorCollection>
                        </Layout>
                    </SeriesLabels>
                </Labels>

 

Parents Reply Children
No Data