Back to Devexpress

FinancialIndicatorPointModel Class

windowsforms-devexpress-dot-xtracharts-dot-designer-49382cb4.md

latest1.6 KB
Original Source

FinancialIndicatorPointModel Class

The FinancialIndicatorPoint model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[ModelOf(typeof(FinancialIndicatorPoint))]
public class FinancialIndicatorPointModel :
    ChartElementModel
vb
<ModelOf(GetType(FinancialIndicatorPoint))>
Public Class FinancialIndicatorPointModel
    Inherits ChartElementModel

The following members return FinancialIndicatorPointModel objects:

Inheritance

Object ChartElementModel FinancialIndicatorPointModel

See Also

FinancialIndicatorPointModel Members

DevExpress.XtraCharts.Designer Namespace