Series.XValueType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置沿 X 轴绘制的值类型。
public:
property System::Windows::Forms::DataVisualization::Charting::ChartValueType XValueType { System::Windows::Forms::DataVisualization::Charting::ChartValueType get(); void set(System::Windows::Forms::DataVisualization::Charting::ChartValueType value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.ChartValueType XValueType { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.XValueType : System.Windows.Forms.DataVisualization.Charting.ChartValueType with get, set
Public Property XValueType As ChartValueType
属性值
一个 ChartValueType 枚举值,决定系列存储的 X 值数据的类型。 默认值是 Auto。
- 属性
注解
XValueType属性确定序列存储的数据的类型。
将此属性设置为,以 DateTime 允许将 X 值作为 DateTime 值输入,而不是作为 Double 。 日期和时间值由作为值 .NET Framework 存储 Double 。 这同样适用于对象的 ToPosition 和 FromPosition 属性 CustomLabel 。
IntervalType
在轴标签、刻度线和网格类中找到的属性决定了间隔类型。
此属性还可用于确定与 X 值绑定的数据类型。