- Type
- Name
- Color
- XMax
- XMin
- YMax
- YMin
- Size
- PointsSize
- PointsFill
- PointsColor
- GetX
- GetY
- LinesStyle
- LinesIsSmooth
- LinesSmoothTension
- LinesSmoothStep
- LinesWidth
- LinesEndStyle
- HistogramWidth
- CustomPlotCBData
- CustomPlotFunction
- PointsType
- StepsDimension
- TrendLineCoefficients
- TrendLineColor
- TrendLineVisible
- Update
- Visible
TrendLineVisible (Get yöntemi)
Trend çizgisi görünürlük bayrağını alır.
bool TrendLineVisible() |
Dönüş Değeri
Trend çizgisi görünürlük bayrağının değeri.
TrendLineVisible (Set yöntemi)
Trend çizgisi görünürlük bayrağını ayarlar.
void TrendLineVisible(
|
Parametreler
visible
[in] Trend çizgisi görünürlük bayrağının değeri.
Örnek:
Bahsedilen trend çizgisinin kodu ve çizelgeye çizilmesi:
//+------------------------------------------------------------------+ |