Determines whether MiddleColor is used when creating the gradient fill, or not.
public Boolean UseMiddle {get; set;}

Remarks


Default: false

The UseMiddle property determines whether the MiddleColor is used when creating the gradient fill or not.

Example

[C#]

tChart1.Panel.Gradient.UseMiddle = true; 

See Also

Gradient Class | Gradient Members | Steema.TeeChart.Drawing Namespace