ChartGroup.HasDropLines 属性

定义

返回或设置值,该值指示图表是否有下降线。 仅应用于折线图和面积图。 读/写。

public:
 property bool HasDropLines { bool get(); void set(bool value); };
public bool HasDropLines { get; set; }
member this.HasDropLines : bool with get, set
Public Property HasDropLines As Boolean

属性值

如果折线图或面积图具有下降线,则 布尔 值设置为 True ;否则 为 False

适用于