 | UILineOption 类 |
Sweet 开发框架
曲线图设置类
继承层次
命名空间:
SweetUI.Chart
程序集:
SweetUI.Chart (在 SweetUI.Chart.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public sealed class UILineOption : UIOption,
IDisposable
Public NotInheritable Class UILineOption
Inherits UIOption
Implements IDisposable
[<SealedAttribute>]
type UILineOption =
class
inherit UIOption
interface IDisposable
end
UILineOption 类型公开以下成员。
构造函数
属性
方法
| 名称 | 说明 |
---|
 | AddData(String, ListDateTime, ListDouble) | |
 | AddData(String, ListDouble, ListDouble) | |
 | AddData(String, ListString, ListDouble) | |
 | AddData(String, DateTime, Double) | |
 | AddData(String, DateTime, Double) | |
 | AddData(String, Double, Double) | |
 | AddData(String, Double, Double) | |
 | AddData(String, String, Double) | |
 | AddData(String, String, Double) | |
 | AddSeries(UILineSeries) | |
 | AddSeries(String, Boolean) | |
 | AllDataCount | |
 | Clear | |
 | Clear(String) | |
 | Dispose | 释放被 UILineOption 使用的所有资源 |
 | Equals | (继承自 Object。) |
 | GetAllDataXRange | |
 | GetAllDataY2Range | |
 | GetAllDataYRange | |
 | GetHashCode | (继承自 Object。) |
 | GetType | (继承自 Object。) |
 | ToString | (继承自 Object。) |
Top
字段
扩展方法
参见