Search found 3 matches

by Calzone
Tue May 02, 2017 8:18 am
Forum: .NET
Topic: Individual styling of labels in axis
Replies: 4
Views: 10857

Re: Individual styling of labels in axis

Hi

Thanks for the reply.

In my app the "chart.Axes.Left.Labels.Items.count" is 0. ( after chart.Series.Add(gantt);)
I do not explicitly add any labels, Its labels from "gantt.Add(pkt.FromDate, pkt.ToDate, pkt.Order, pkt.Name);" I wish to highlight based om some property.
by Calzone
Thu Apr 27, 2017 12:44 pm
Forum: .NET
Topic: Individual styling of labels in axis
Replies: 4
Views: 10857

Re: Individual styling of labels in axis

Edit: using gantt chart
by Calzone
Thu Apr 27, 2017 12:34 pm
Forum: .NET
Topic: Individual styling of labels in axis
Replies: 4
Views: 10857

Individual styling of labels in axis

Is there a way to make some of the labels in the y-axis bold/larger font? (To create group headers.)


Using TChart android in xamarin.