Defines the YValue used as the origin for the specified Volume Series.
public Double Origin {get; set;}

Remarks


The Origin property defines the YValue to be used as the origin for the specified Volume Series.

Example


[C#]

Steema.TeeChart.Styles.Volume Series1 = new Steema.TeeChart.Styles.Volume(); 
tChart1.Series.Add(Series1);
Series1.FillSampleValues(10);
Series1.UseOrigin = true;
Series1.Origin = 200;

See Also

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