- Type
- Name
- Color
- XMax
- XMin
- YMax
- YMin
- Size
- PointsSize
- PointsFill
- PointsColor
- GetX
- GetY
- LinesStyle
- LinesIsSmooth
- LinesSmoothTension
- LinesSmoothStep
- LinesEndStyle
- LinesWidth
- HistogramWidth
- CustomPlotCBData
- CustomPlotFunction
- PointsType
- StepsDimension
- TrendLineCoefficients
- TrendLineColor
- TrendLineVisible
- Update
- Visible
LinesSmoothTension(获得方法)
返回使用线性绘制时的曲线平滑参数。
double LinesSmoothTension() |
返回值
平滑参数值
注意
'张力'值的范围是(0.0; 1.0]。
LinesSmoothTension(设置方法)
设置使用线性绘制时的曲线平滑参数。
void LinesSmoothTension(
|
参数
tension
[in] 平滑参数值。
注意
'张力'值的范围是(0.0; 1.0]。