I wonder is there a limitation on the number of character when to use the CUSTOMLABELSTEXT opttion, the outcome cut off at the position 8 of the last line. any help greatly appreaciated
CustomLabelsText="$10$20$30$40$50$60What ever it takes
-----------------------------------------------------------$10 20$ $30 $40 $50 $60 What ev
<cc1:WebSlider ID="WebSlider1" runat="server" MaxValueAsString="70" MinValueAsString="10"ValueAsString="10" Width="100%" StyleSetName="RubberBlack" ValueType="Int">
<ValueLabel Location="FloatTopOrLeft" CssClass="igsli_ValueLabelFloatLShowAll" Format="${0}" /><Tickmarks Location="BottomOrRight" NumberOfLabels="7" NumberOfMajorTickmarks="7"NumberOfMinorTickmarks="10" CustomLabelsText="$10$20$30$40$50$60What ever it take"></Tickmarks>
</cc1:WebSlider>
Hello,
It is assumed that the labels are within a certain length since they look a little odd with the tickmarks if they are too long. You have a couple of options to get the label to display the entire text: you can let the text overflow or you can break the text into several lines.
Create a style for the label, which has the class name igsli_LabelB. Give the style an overflow setting of visible or give it a width and height and put a line break in the long text label.
{
}
Thanks
I change on of the css on the control bold below and break a text an it working