ICustomErrorSeries.ErrorPen
ICustomErrorSeries
property ErrorPen: IPen;
Type Library
TeeChartx
Description
The ErrorPen property determines what kind of pen will be used for drawing Error "T" on top of Error Bars.
Example [Visual Basic]:
This code changes Error Bar's appearance:
TChart1.Series(0).asErrorBar.ErrorPen.Visible = True
TChart1.Series(0).asErrorBar.ErrorPen.Width = 2
TChart1.Series(0).asErrorBar.ErrorPen.Color = vbRed
TChart1.Series(0).asErrorBar.ErrorPen.Style = psSolid