Defines the color Gradient used to fill the Bars.
public Gradient Gradient {get; set;}

Remarks


The Gradient property specifies the colors used to fill the bars of the Chart CustomBar series. These can be filled with these three colors: StartColor, MidColor, EndColor. You can control the drawing output by setting the Direction property. Use the Visible property to show / hide filling.

See Also

CustomBar Class | CustomBar Members | Steema.TeeChart.Styles Namespace