Welcome Guest Search | Active Topics |

Change highlighting color?
Dean
#1 Posted : Monday, July 16, 2012 4:35:14 AM(UTC)
Rank: Newbie

Groups: Registered
Joined: 7/6/2012(UTC)
Posts: 7

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
Is it possible to specify custom highlighting color?
Dragan
#2 Posted : Monday, July 16, 2012 6:38:51 AM(UTC)
Rank: Advanced Member

Groups: Administrators, DataVizJavaScript, jQueryChart, jQueryDV, MvcChart, Registered
Joined: 1/3/2011(UTC)
Posts: 483

Thanks: 0 times
Was thanked: 87 time(s) in 87 post(s)
Sure, you can change it. It is the Tooltips.HighlightingFillStyle config. Check this sample:

http://www.jqchart.com/SamplesAspNetMVC/ChartFeatures/Highlighting
Best Regards,
Dragan Matek
jqChart Inc.
chd
#3 Posted : Sunday, February 17, 2013 10:20:52 AM(UTC)
Rank: Newbie

Groups: Registered
Joined: 2/17/2013(UTC)
Posts: 2

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
dragan wrote:
Sure, you can change it. It is the Tooltips.HighlightingFillStyle config. Check this sample:

http://www.jqchart.com/SamplesAspNetMVC/ChartFeatures/Highlighting



I have tried following the examples but without success. My JQChart is declared in the usercontrol .ascx file like this:

Code:

        <trirand:JQChart runat="server" [h]ID="grfFeedbacksSums"[/h] ClassName="ca" Width="722"
            Height="500" Type="Column" MarginTop="0" MarginLeft="20" MarginRight="0" PlotBorderWidth="0" >
             <Title Floating="True" VerticalAlign="Top" Align="Center" Text="" />
            <Legend Enabled="False" />
            <ToolTips   Enabled="False"/>
           
            <XAxis>
            </XAxis>
            <YAxis>
               <trirand:ChartYAxisSettings Min="0">
                   
                </trirand:ChartYAxisSettings>
            </YAxis>
         </trirand:JQChart>


I couldn't find any place I could add the HighLighting attribute to disable it.

I also tried making changes in the .cs file:

Code:
[h]grfFeedbacksSums[/h].ToolTips.HighLighting(false);


or

Code:
[h]grfFeedbacksSums[/h].ToolTips.HighLighting=false;


Is there a way to disable highlighting with the configuration I'm using?
Dragan
#4 Posted : Sunday, February 17, 2013 10:29:19 AM(UTC)
Rank: Advanced Member

Groups: Administrators, DataVizJavaScript, jQueryChart, jQueryDV, MvcChart, Registered
Joined: 1/3/2011(UTC)
Posts: 483

Thanks: 0 times
Was thanked: 87 time(s) in 87 post(s)
Hi,

You are using Trirand jqChart. Our jqChart is different. You can ask you question on their website: http://trirand.net/.
Best Regards,
Dragan Matek
jqChart Inc.
chd
#5 Posted : Sunday, February 17, 2013 10:33:51 AM(UTC)
Rank: Newbie

Groups: Registered
Joined: 2/17/2013(UTC)
Posts: 2

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
Sorry, my mistake! :) thanks
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

FlatEarth Theme by Jaben Cargman (Tiny Gecko)
Powered by YAF 1.9.4 | YAF © 2003-2010, Yet Another Forum.NET
This page was generated in 0.333 seconds.