You are here: Symbol Reference > StatSeries Namespace > Classes > TStatProbSeries Class > TStatProbSeries Properties > TStatProbSeries.SlopePen Property
Stats Master VCL
ContentsIndex
PreviousUpNext
TStatProbSeries.SlopePen Property

Control line pen.

Pascal
property SlopePen: TChartPen;

Access SlopePen propery to control slope pen properties (style, color, ...).

To hide slope pen, you can use the following code: 

 

StatSpecialSeries.SlopePen.Visible := false;
Examples on GitHub
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!