Browse By Tags

  • Color values on a line chart

    Can someone please suggest a way to color values (data points text primitives?) on a line chart? I attempted to override chart_ChartDrawItem() and setting e.Primitive.PE.Fill = color; but that colors all text primitives including axis labels and values…