public Boolean Sigma {get; set;}
Remarks
Enables a Gradient based on a bell-shaped curve using EndColor as the central color and StartColor at the borders.
Example
[C#]
tChart1.Panel.Brush.Gradient.EndColor = Color.LemonChiffon;
tChart1.Panel.Brush.Gradient.GammaCorrection = true;
tChart1.Panel.Brush.Gradient.Sigma = true;
tChart1.Panel.Brush.Gradient.SigmaFocus = 0.741F;
tChart1.Panel.Brush.Gradient.StartColor = Color.CornflowerBlue;
tChart1.Panel.Brush.Gradient.Visible = true;
See Also
Gradient Class | Gradient Members | Steema.TeeChart.Drawing Namespace