本主题中
以下表中列出了Fibonacci的公开成员.
公共 构造函数
公共 字段
公共 属性
| 名称 | 说明 |
| AltStyle | Gets or sets the alternative series style. (从C1.WPF.Chart.Series继承) |
| AxisX | Gets or sets the series x-axis. (从C1.WPF.Chart.Series继承) |
| AxisY | Gets or sets the series y-axis. (从C1.WPF.Chart.Series继承) |
| Binding | Gets or sets the name of the property that contains Y values for the series. (从C1.WPF.Chart.Series继承) |
| BindingX | Gets or sets the name of the property that contains X values for the series. (从C1.WPF.Chart.Series继承) |
| ChartType | Gets or sets the series chart type. (从C1.WPF.Chart.Series继承) |
| DataLabel | Gets or sets the series data label. (从C1.WPF.Chart.Series继承) |
| DependencyObjectType | (从System.Windows.DependencyObject继承) |
| Dispatcher | (从System.Windows.Threading.DispatcherObject继承) |
| High | Gets or sets the high value of Fibonacci tool. If not specified, the high value is calculated based on data values provided by the ItemsSource. |
| IsHitTestVisible | Gets or sets a value indicating whether the series is visible for hit testing methods. (从C1.WPF.Chart.Series继承) |
| IsSealed | (从System.Windows.DependencyObject继承) |
| ItemsSource | Gets or sets the collection of objects that contains the series data. (从C1.WPF.Chart.Series继承) |
| LabelPosition | Gets or sets the label position for levels in Fibonacci tool. |
| LegendGroup | Gets or sets the name of the legend group for the series. (从C1.WPF.Chart.Series继承) |
| Levels | Gets or sets the array of levels for plotting. |
| Low | Gets or sets the low value of Fibonacci tool. If not specified, the low value is calculated based on data values provided by ItemsSource. |
| MaxX | Gets or sets the x maximum value of the Fibonacci tool. If not specified, current maximum of x-axis is used. The value can be specified as a number or Date object. |
| MinX | Gets or sets the x minimum value of the Fibonacci tool. If not specified, current minimum of x-axis is used. The value can be specified as a number or Date object. |
| SeriesName | Gets or sets the series display name. (从C1.WPF.Chart.Series继承) |
| StackingGroup | Gets or sets the group index for series, only effect in bar and column chart type. (从C1.WPF.Chart.Series继承) |
| Style | Gets or sets the series style. (从C1.WPF.Chart.Series继承) |
| SymbolMarker | Gets or sets the shape of marker to use for each data point in the series. Applies to Scatter, LineSymbols, and SplineSymbols chart types. (从C1.WPF.Chart.Series继承) |
| SymbolSize | Gets or sets the size(in pixels) of the symbols used to render this Series. Applies to Scatter, LineSymbols, and SplineSymbols chart types. (从C1.WPF.Chart.Series继承) |
| SymbolStyle | Gets or sets the series symbol style. (从C1.WPF.Chart.Series继承) |
| Tooltip | Gets or sets the tooltip template string for the series. (从C1.WPF.Chart.Series继承) |
| Uptrend | Gets or sets a value indicating whether to create uptrending Fibonacci tool. Default value is true(uptrend). If the value is false, the downtrending levels are plotted. |
| Visibility | Gets or sets the series visibility. (从C1.WPF.Chart.Series继承) |
页首
公共 方法
公共 事件
请参见