AirControl  1.3.0
Open Source, Modular, and Extensible Flight Simulator For Deep Learning Research
XCharts.DataZoom Class Reference

DataZoom component is used for zooming a specific area, which enables user to investigate data in detail, or get an overview of the data, or get rid of outlier points. More...

Inheritance diagram for XCharts.DataZoom:
Collaboration diagram for XCharts.DataZoom:

Public Types

enum  FilterMode { FilterMode.Filter, FilterMode.WeakFilter, FilterMode.Empty, FilterMode.None }
 Generally dataZoom component zoom or roam coordinate system through data filtering and set the windows of axes internally. Its behaviours vary according to filtering mode settings. More...
 
enum  RangeMode { RangeMode.Percent }
 The value type of start and end.取值类型 More...
 

Public Member Functions

bool IsInZoom (Vector2 pos)
 给定的坐标是否在缩放区域内 More...
 
bool IsInSelectedZoom (Vector2 pos)
 给定的坐标是否在选中区域内 More...
 
bool IsInSelectedZoom (int totalIndex, int index, bool invert)
 
bool IsInStartZoom (Vector2 pos)
 给定的坐标是否在开始活动条触发区域内 More...
 
bool IsInEndZoom (Vector2 pos)
 给定的坐标是否在结束活动条触发区域内 More...
 
bool IsContainsAxis (Axis axis)
 
bool IsContainsXAxis (int index)
 
bool IsContainsYAxis (int index)
 
Color32 GetFillerColor (Color32 themeColor)
 
Color32 GetBackgroundColor (Color32 themeColor)
 
Color32 GetBorderColor (Color32 themeColor)
 
- Public Member Functions inherited from XCharts.ChartComponent
virtual void SetVerticesDirty ()
 
virtual void ClearVerticesDirty ()
 
virtual void SetComponentDirty ()
 
virtual void ClearComponentDirty ()
 
virtual void ClearDirty ()
 
virtual void SetAllDirty ()
 

Protected Attributes

Color32 m_FillerColor
 
Color32 m_BorderColor
 
float m_BorderWidth
 
Color32 m_BackgroundColor
 
- Protected Attributes inherited from XCharts.ChartComponent
bool m_VertsDirty
 
bool m_ComponentDirty
 
Painter m_Painter
 

Properties

bool enable [get, set]
 Whether to show dataZoom. 是否显示缩放区域。 More...
 
FilterMode filterMode [get, set]
 The mode of data filter. 数据过滤类型。 More...
 
List< int > xAxisIndexs [get, set]
 Specify which xAxis is controlled by the dataZoom. 控制的 x 轴索引列表。 More...
 
List< int > yAxisIndexs [get, set]
 Specify which yAxis is controlled by the dataZoom. 控制的 y 轴索引列表。 More...
 
bool supportInside [get, set]
 Whether built-in support is supported. Built into the coordinate system to allow the user to zoom in and out of the coordinate system by mouse dragging, mouse wheel, finger swiping (on the touch screen). More...
 
bool supportInsideScroll [get, set]
 是否支持坐标系内滚动 More...
 
bool supportInsideDrag [get, set]
 是否支持坐标系内拖拽 More...
 
bool supportSlider [get, set]
 Whether a slider is supported. There are separate sliders on which the user zooms or roams. 是否支持滑动条。有单独的滑动条,用户在滑动条上进行缩放或漫游。 More...
 
bool showDataShadow [get, set]
 Whether to show data shadow, to indicate the data tendency in brief. default:true 是否显示数据阴影。数据阴影可以简单地反应数据走势。 More...
 
bool showDetail [get, set]
 Whether to show detail, that is, show the detailed data information when dragging. 是否显示detail,即拖拽时候显示详细数值信息。 [default: false] More...
 
bool zoomLock [get, set]
 Specify whether to lock the size of window (selected area). default:false 是否锁定选择区域(或叫做数据窗口)的大小。 如果设置为 true 则锁定选择区域的大小,也就是说,只能平移,不能缩放。 More...
 
bool realtime [get]
 Whether to show data shadow in dataZoom-silder component, to indicate the data tendency in brief. default:true 拖动时,是否实时更新系列的视图。如果设置为 false,则只在拖拽结束的时候更新。默认为true,暂不支持修改。 More...
 
Color backgroundColor [get, set]
 The background color of the component. 组件的背景颜色。 More...
 
Color32 fillerColor [get, set]
 the color of dataZoom data area. 数据区域颜色。 More...
 
Color32 borderColor [get, set]
 the color of dataZoom border. 边框颜色。 More...
 
float borderWidth [get, set]
 边框宽。 More...
 
float bottom [get, set]
 Distance between dataZoom component and the bottom side of the container. bottom value is a instant pixel value like 10 or float value [0-1]. default:10 组件离容器下侧的距离。 More...
 
float top [get, set]
 Distance between dataZoom component and the top side of the container. top value is a instant pixel value like 10 or float value [0-1]. default:10 组件离容器上侧的距离。 More...
 
float left [get, set]
 Distance between dataZoom component and the left side of the container. left value is a instant pixel value like 10 or float value [0-1]. default:10 组件离容器左侧的距离。 More...
 
float right [get, set]
 Distance between dataZoom component and the right side of the container. right value is a instant pixel value like 10 or float value [0-1]. default:10 组件离容器右侧的距离。 More...
 
RangeMode rangeMode [get, set]
 Use absolute value or percent value in DataZoom.start and DataZoom.end. default:RangeMode.Percent. 取绝对值还是百分比。 More...
 
float start [get, set]
 The start percentage of the window out of the data extent, in the range of 0 ~ 100. [default:30]. 数据窗口范围的起始百分比。范围是:0 ~ 100。 More...
 
float end [get, set]
 The end percentage of the window out of the data extent, in the range of 0 ~ 100. default:70 数据窗口范围的结束百分比。范围是:0 ~ 100。 More...
 
int minShowNum [get, set]
 Minimum number of display data. Minimum number of data displayed when DataZoom is enlarged to maximum. 最小显示数据个数。当DataZoom放大到最大时,最小显示的数据个数。 More...
 
float scrollSensitivity [get, set]
 The sensitivity of dataZoom scroll. The larger the number, the more sensitive it is. default:10 缩放区域组件的敏感度。值越高每次缩放所代表的数据越多。 More...
 
Orient orient [get, set]
 Specify whether the layout of dataZoom component is horizontal or vertical. What's more, it indicates whether the horizontal axis or vertical axis is controlled by default in catesian coordinate system. 布局方式是横还是竖。不仅是布局方式,对于直角坐标系而言,也决定了,缺省情况控制横向数轴还是纵向数轴。 More...
 
TextStyle textStyle [get, set]
 font style. 文字格式。 More...
 
LineStyle lineStyle [get, set]
 阴影线条样式。 More...
 
AreaStyle areaStyle [get, set]
 阴影填充样式。 More...
 
int index [get, set]
 
float runtimeX [get]
 
float runtimeY [get]
 
float runtimeWidth [get]
 
float runtimeHeight [get]
 
bool runtimeDrag [get, set]
 
bool runtimeCoordinateDrag [get, set]
 
bool runtimeStartDrag [get, set]
 
bool runtimeEndDrag [get, set]
 
double runtimeStartValue [get, set]
 运行时实际范围的开始值 More...
 
double runtimeEndValue [get, set]
 运行时实际范围的结束值 More...
 
bool runtimeInvert [get, set]
 
static DataZoom defaultDataZoom [get]
 
- Properties inherited from XCharts.ChartComponent
virtual bool vertsDirty [get]
 图表重绘标记。 More...
 
virtual bool componentDirty [get]
 组件重新初始化标记。 More...
 
bool anyDirty [get]
 需要重绘图表或重新初始化组件。 More...
 
Painter painter [get, set]
 
Action refreshComponent [get, set]
 
GameObject gameObject [get, set]
 

Detailed Description

DataZoom component is used for zooming a specific area, which enables user to investigate data in detail, or get an overview of the data, or get rid of outlier points.

DataZoom 组件 用于区域缩放,从而能自由关注细节的数据信息,或者概览数据整体,或者去除离群点的影响。

Definition at line 24 of file DataZoom.cs.

Member Enumeration Documentation

◆ FilterMode

Generally dataZoom component zoom or roam coordinate system through data filtering and set the windows of axes internally. Its behaviours vary according to filtering mode settings.

dataZoom 的运行原理是通过 数据过滤 来达到 数据窗口缩放 的效果。数据过滤模式的设置不同,效果也不同。

Enumerator
Filter 

data that outside the window will be filtered, which may lead to some changes of windows of other axes. For each data item, it will be filtered if one of the relevant dimensions is out of the window.

当前数据窗口外的数据,被 过滤掉。即 会 影响其他轴的数据范围。每个数据项,只要有一个维度在数据窗口外,整个数据项就会被过滤掉。

WeakFilter 

data that outside the window will be filtered, which may lead to some changes of windows of other axes. For each data item, it will be filtered only if all of the relevant dimensions are out of the same side of the window.

当前数据窗口外的数据,被 过滤掉。即 会 影响其他轴的数据范围。每个数据项,只有当全部维度都在数据窗口同侧外部,整个数据项才会被过滤掉。

Empty 

data that outside the window will be set to NaN, which will not lead to changes of windows of other axes.

当前数据窗口外的数据,被 设置为空。即 不会 影响其他轴的数据范围。

None 

Do not filter data. 不过滤数据,只改变数轴范围。

Definition at line 33 of file DataZoom.cs.

34  {
41  Filter,
48  WeakFilter,
54  Empty,
59  None
60  }

◆ RangeMode

The value type of start and end.取值类型

Enumerator
Percent 

percent value. 百分比

Definition at line 64 of file DataZoom.cs.

65  {
66  //Value,
70  Percent
71  }

Member Function Documentation

◆ IsInEndZoom()

bool XCharts.DataZoom.IsInEndZoom ( Vector2  pos)
inline

给定的坐标是否在结束活动条触发区域内

Parameters
pos
startX
width
Returns

Definition at line 548 of file DataZoom.cs.

549  {
550  switch (m_Orient)
551  {
552  case Orient.Horizonal:
553  var end = runtimeX + runtimeWidth * m_End / 100;
554  return ChartHelper.IsInRect(pos, end - 10, end + 10, runtimeY, runtimeY + runtimeHeight);
555  case Orient.Vertical:
556  end = runtimeY + runtimeHeight * m_End / 100;
557  return ChartHelper.IsInRect(pos, runtimeX, runtimeX + runtimeWidth, end - 10, end + 10);
558  default: return false;
559  }
560  }

◆ IsInSelectedZoom()

bool XCharts.DataZoom.IsInSelectedZoom ( Vector2  pos)
inline

给定的坐标是否在选中区域内

Parameters
pos
Returns

Definition at line 488 of file DataZoom.cs.

489  {
490  switch (m_Orient)
491  {
492  case Orient.Horizonal:
493  var start = runtimeX + runtimeWidth * m_Start / 100;
494  var end = runtimeX + runtimeWidth * m_End / 100;
495  return ChartHelper.IsInRect(pos, start, end, runtimeY, runtimeY + runtimeHeight);
496  case Orient.Vertical:
497  start = runtimeY + runtimeHeight * m_Start / 100;
498  end = runtimeY + runtimeHeight * m_End / 100;
499  return ChartHelper.IsInRect(pos, runtimeX, runtimeX + runtimeWidth, start, end);
500  default: return false;
501  }
502  }

◆ IsInStartZoom()

bool XCharts.DataZoom.IsInStartZoom ( Vector2  pos)
inline

给定的坐标是否在开始活动条触发区域内

Parameters
pos
startX
width
Returns

Definition at line 527 of file DataZoom.cs.

528  {
529  switch (m_Orient)
530  {
531  case Orient.Horizonal:
532  var start = runtimeX + runtimeWidth * m_Start / 100;
533  return ChartHelper.IsInRect(pos, start - 10, start + 10, runtimeY, runtimeY + runtimeHeight);
534  case Orient.Vertical:
535  start = runtimeY + runtimeHeight * m_Start / 100;
536  return ChartHelper.IsInRect(pos, runtimeX, runtimeX + runtimeWidth, start - 10, start + 10);
537  default: return false;
538  }
539  }

◆ IsInZoom()

bool XCharts.DataZoom.IsInZoom ( Vector2  pos)
inline

给定的坐标是否在缩放区域内

Parameters
pos
startX
width
Returns

Definition at line 473 of file DataZoom.cs.

474  {
475  if (pos.x < runtimeX - 1 || pos.x > runtimeX + runtimeWidth + 1 ||
476  pos.y < runtimeY - 1 || pos.y > runtimeY + runtimeHeight + 1)
477  {
478  return false;
479  }
480  return true;
481  }

Property Documentation

◆ areaStyle

AreaStyle XCharts.DataZoom.areaStyle
getset

阴影填充样式。

Definition at line 387 of file DataZoom.cs.

387  {
388  get { return m_AreaStyle; }
389  set { if (PropertyUtil.SetClass(ref m_AreaStyle, value)) SetComponentDirty(); }
390  }

◆ backgroundColor

Color XCharts.DataZoom.backgroundColor
getset

The background color of the component. 组件的背景颜色。

Definition at line 229 of file DataZoom.cs.

229  {
230  get { return m_BackgroundColor; }
231  set { if (PropertyUtil.SetStruct(ref m_BackgroundColor, value)) SetVerticesDirty(); }
232  }

◆ borderColor

Color32 XCharts.DataZoom.borderColor
getset

the color of dataZoom border. 边框颜色。

Definition at line 248 of file DataZoom.cs.

248  {
249  get { return m_BorderColor; }
250  set { if (PropertyUtil.SetColor(ref m_BorderColor, value)) SetComponentDirty(); }
251  }

◆ borderWidth

float XCharts.DataZoom.borderWidth
getset

边框宽。

Definition at line 256 of file DataZoom.cs.

256  {
257  get { return m_BorderWidth; }
258  set { if (PropertyUtil.SetStruct(ref m_BorderWidth, value)) SetComponentDirty(); }
259  }

◆ bottom

float XCharts.DataZoom.bottom
getset

Distance between dataZoom component and the bottom side of the container. bottom value is a instant pixel value like 10 or float value [0-1]. default:10 组件离容器下侧的距离。

Definition at line 267 of file DataZoom.cs.

267  {
268  get { return m_Bottom; }
269  set { if (PropertyUtil.SetStruct(ref m_Bottom, value)) SetVerticesDirty(); }
270  }

◆ enable

bool XCharts.DataZoom.enable
getset

Whether to show dataZoom. 是否显示缩放区域。

Definition at line 111 of file DataZoom.cs.

111  {
112  get { return m_Enable; }
113  set { if (PropertyUtil.SetStruct(ref m_Enable, value)) SetVerticesDirty(); }
114  }

◆ end

float XCharts.DataZoom.end
getset

The end percentage of the window out of the data extent, in the range of 0 ~ 100. default:70 数据窗口范围的结束百分比。范围是:0 ~ 100。

Definition at line 330 of file DataZoom.cs.

330  {
331  get { return m_End; }
332  set { m_End = value; if (m_End < 0) m_End = 0; if (m_End > 100) m_End = 100; SetVerticesDirty(); }
333  }

◆ fillerColor

Color32 XCharts.DataZoom.fillerColor
getset

the color of dataZoom data area. 数据区域颜色。

Definition at line 238 of file DataZoom.cs.

238  {
239  get { return m_FillerColor; }
240  set { if (PropertyUtil.SetColor(ref m_FillerColor, value)) SetVerticesDirty(); }
241  }

◆ filterMode

FilterMode XCharts.DataZoom.filterMode
getset

The mode of data filter. 数据过滤类型。

Definition at line 120 of file DataZoom.cs.

120  {
121  get { return m_FilterMode; }
122  set { if (PropertyUtil.SetStruct(ref m_FilterMode, value)) SetVerticesDirty(); }
123  }

◆ left

float XCharts.DataZoom.left
getset

Distance between dataZoom component and the left side of the container. left value is a instant pixel value like 10 or float value [0-1]. default:10 组件离容器左侧的距离。

Definition at line 289 of file DataZoom.cs.

289  {
290  get { return m_Left; }
291  set { if (PropertyUtil.SetStruct(ref m_Left, value)) SetVerticesDirty(); }
292  }

◆ lineStyle

LineStyle XCharts.DataZoom.lineStyle
getset

阴影线条样式。

Definition at line 379 of file DataZoom.cs.

379  {
380  get { return m_LineStyle; }
381  set { if (PropertyUtil.SetClass(ref m_LineStyle, value)) SetComponentDirty(); }
382  }

◆ minShowNum

int XCharts.DataZoom.minShowNum
getset

Minimum number of display data. Minimum number of data displayed when DataZoom is enlarged to maximum. 最小显示数据个数。当DataZoom放大到最大时,最小显示的数据个数。

Definition at line 339 of file DataZoom.cs.

339  {
340  get { return m_MinShowNum; }
341  set { if (PropertyUtil.SetStruct(ref m_MinShowNum, value)) SetVerticesDirty(); }
342  }

◆ orient

Orient XCharts.DataZoom.orient
getset

Specify whether the layout of dataZoom component is horizontal or vertical. What's more, it indicates whether the horizontal axis or vertical axis is controlled by default in catesian coordinate system. 布局方式是横还是竖。不仅是布局方式,对于直角坐标系而言,也决定了,缺省情况控制横向数轴还是纵向数轴。

Definition at line 362 of file DataZoom.cs.

362  {
363  get { return m_Orient; }
364  set { if (PropertyUtil.SetStruct(ref m_Orient, value)) SetVerticesDirty(); }
365  }

◆ rangeMode

RangeMode XCharts.DataZoom.rangeMode
getset

Use absolute value or percent value in DataZoom.start and DataZoom.end. default:RangeMode.Percent. 取绝对值还是百分比。

Definition at line 310 of file DataZoom.cs.

310  {
311  get { return m_RangeMode; }
312  set { if (PropertyUtil.SetStruct(ref m_RangeMode, value)) SetVerticesDirty(); }
313  }

◆ realtime

bool XCharts.DataZoom.realtime
get

Whether to show data shadow in dataZoom-silder component, to indicate the data tendency in brief. default:true 拖动时,是否实时更新系列的视图。如果设置为 false,则只在拖拽结束的时候更新。默认为true,暂不支持修改。

Definition at line 223 of file DataZoom.cs.

223 { get { return true; } }

◆ right

float XCharts.DataZoom.right
getset

Distance between dataZoom component and the right side of the container. right value is a instant pixel value like 10 or float value [0-1]. default:10 组件离容器右侧的距离。

Definition at line 300 of file DataZoom.cs.

300  {
301  get { return m_Right; }
302  set { if (PropertyUtil.SetStruct(ref m_Right, value)) SetVerticesDirty(); }
303  }

◆ runtimeEndValue

double XCharts.DataZoom.runtimeEndValue
getset

运行时实际范围的结束值

Definition at line 407 of file DataZoom.cs.

407 { get; internal set; }

◆ runtimeStartValue

double XCharts.DataZoom.runtimeStartValue
getset

运行时实际范围的开始值

Definition at line 403 of file DataZoom.cs.

403 { get; internal set; }

◆ scrollSensitivity

float XCharts.DataZoom.scrollSensitivity
getset

The sensitivity of dataZoom scroll. The larger the number, the more sensitive it is. default:10 缩放区域组件的敏感度。值越高每次缩放所代表的数据越多。

Definition at line 350 of file DataZoom.cs.

350  {
351  get { return m_ScrollSensitivity; }
352  set { if (PropertyUtil.SetStruct(ref m_ScrollSensitivity, value)) SetVerticesDirty(); }
353  }

◆ showDataShadow

bool XCharts.DataZoom.showDataShadow
getset

Whether to show data shadow, to indicate the data tendency in brief. default:true 是否显示数据阴影。数据阴影可以简单地反应数据走势。

Definition at line 193 of file DataZoom.cs.

193  {
194  get { return m_ShowDataShadow; }
195  set { if (PropertyUtil.SetStruct(ref m_ShowDataShadow, value)) SetVerticesDirty(); }
196  }

◆ showDetail

bool XCharts.DataZoom.showDetail
getset

Whether to show detail, that is, show the detailed data information when dragging. 是否显示detail,即拖拽时候显示详细数值信息。 [default: false]

Definition at line 203 of file DataZoom.cs.

203  {
204  get { return m_ShowDetail; }
205  set { if (PropertyUtil.SetStruct(ref m_ShowDetail, value)) SetVerticesDirty(); }
206  }

◆ start

float XCharts.DataZoom.start
getset

The start percentage of the window out of the data extent, in the range of 0 ~ 100. [default:30]. 数据窗口范围的起始百分比。范围是:0 ~ 100。

Definition at line 320 of file DataZoom.cs.

320  {
321  get { return m_Start; }
322  set { m_Start = value; if (m_Start < 0) m_Start = 0; if (m_Start > 100) m_Start = 100; SetVerticesDirty(); }
323  }

◆ supportInside

bool XCharts.DataZoom.supportInside
getset

Whether built-in support is supported. Built into the coordinate system to allow the user to zoom in and out of the coordinate system by mouse dragging, mouse wheel, finger swiping (on the touch screen).

是否支持内置。内置于坐标系中,使用户可以在坐标系上通过鼠标拖拽、鼠标滚轮、手指滑动(触屏上)来缩放或漫游坐标系。

Definition at line 150 of file DataZoom.cs.

150  {
151  get { return m_SupportInside; }
152  set { if (PropertyUtil.SetStruct(ref m_SupportInside, value)) SetVerticesDirty(); }
153  }

◆ supportInsideDrag

bool XCharts.DataZoom.supportInsideDrag
getset

是否支持坐标系内拖拽

Definition at line 166 of file DataZoom.cs.

166  {
167  get { return m_SupportInsideDrag; }
168  set { if (PropertyUtil.SetStruct(ref m_SupportInsideDrag, value)) SetVerticesDirty(); }
169  }

◆ supportInsideScroll

bool XCharts.DataZoom.supportInsideScroll
getset

是否支持坐标系内滚动

Definition at line 158 of file DataZoom.cs.

158  {
159  get { return m_SupportInsideScroll; }
160  set { if (PropertyUtil.SetStruct(ref m_SupportInsideScroll, value)) SetVerticesDirty(); }
161  }

◆ supportSlider

bool XCharts.DataZoom.supportSlider
getset

Whether a slider is supported. There are separate sliders on which the user zooms or roams. 是否支持滑动条。有单独的滑动条,用户在滑动条上进行缩放或漫游。

Definition at line 175 of file DataZoom.cs.

175  {
176  get { return m_SupportSlider; }
177  set { if (PropertyUtil.SetStruct(ref m_SupportSlider, value)) SetVerticesDirty(); }
178  }

◆ textStyle

TextStyle XCharts.DataZoom.textStyle
getset

font style. 文字格式。

Definition at line 371 of file DataZoom.cs.

371  {
372  get { return m_TextStyle; }
373  set { if (PropertyUtil.SetClass(ref m_TextStyle, value)) SetComponentDirty(); }
374  }

◆ top

float XCharts.DataZoom.top
getset

Distance between dataZoom component and the top side of the container. top value is a instant pixel value like 10 or float value [0-1]. default:10 组件离容器上侧的距离。

Definition at line 278 of file DataZoom.cs.

278  {
279  get { return m_Top; }
280  set { if (PropertyUtil.SetStruct(ref m_Top, value)) SetVerticesDirty(); }
281  }

◆ xAxisIndexs

List<int> XCharts.DataZoom.xAxisIndexs
getset

Specify which xAxis is controlled by the dataZoom. 控制的 x 轴索引列表。

Definition at line 129 of file DataZoom.cs.

129  {
130  get { return m_XAxisIndexs; }
131  set { if (PropertyUtil.SetClass(ref m_XAxisIndexs, value)) SetVerticesDirty(); }
132  }

◆ yAxisIndexs

List<int> XCharts.DataZoom.yAxisIndexs
getset

Specify which yAxis is controlled by the dataZoom. 控制的 y 轴索引列表。

Definition at line 138 of file DataZoom.cs.

138  {
139  get { return m_YAxisIndexs; }
140  set { if (PropertyUtil.SetClass(ref m_YAxisIndexs, value)) SetVerticesDirty(); }
141  }

◆ zoomLock

bool XCharts.DataZoom.zoomLock
getset

Specify whether to lock the size of window (selected area). default:false 是否锁定选择区域(或叫做数据窗口)的大小。 如果设置为 true 则锁定选择区域的大小,也就是说,只能平移,不能缩放。

Definition at line 214 of file DataZoom.cs.

214  {
215  get { return m_ZoomLock; }
216  set { if (PropertyUtil.SetStruct(ref m_ZoomLock, value)) SetVerticesDirty(); }
217  }

The documentation for this class was generated from the following file:
XCharts.Orient
Orient
the layout is horizontal or vertical. 垂直还是水平布局方式。
Definition: BaseChart.cs:22
XCharts.DataZoom.start
float start
The start percentage of the window out of the data extent, in the range of 0 ~ 100....
Definition: DataZoom.cs:320
XCharts.RoseType.None
@ None
Don't show as Nightingale chart.不展示成南丁格尔玫瑰图
XCharts.DataZoom.end
float end
The end percentage of the window out of the data extent, in the range of 0 ~ 100. default:70 数据窗口范围的结...
Definition: DataZoom.cs:330