ComponentOne FinancialChart for UWP
C1.Xaml.Chart.Finance Namespace / FinancialSeries Class
Members

In This Topic
    FinancialSeries Class
    In This Topic
    Represents a series of data points to display in the chart.
    Object Model
    FinancialSeries ClassC1FlexChart ClassChartStyle ClassAxis ClassAxis ClassDataLabel ClassChartStyle ClassChartStyle Class
    Syntax
    'Declaration
     
    
    <ComposableAttribute(Windows.UI.Xaml.IDependencyObjectFactory, 
       CompositionType.Protected, 
       65536, 
       "Windows.Foundation.UniversalApiContract")>
    <ContractVersionAttribute(Windows.Foundation.UniversalApiContract, 65536)>
    <MarshalingBehaviorAttribute(MarshalingType.Agile)>
    <WebHostHiddenAttribute()>
    <ThreadingAttribute(ThreadingModel.Both)>
    Public Class FinancialSeries 
       Inherits C1.Xaml.Chart.Series
    [Composable(Windows.UI.Xaml.IDependencyObjectFactory, 
       CompositionType.Protected, 
       65536, 
       "Windows.Foundation.UniversalApiContract")]
    [ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
    [MarshalingBehavior(MarshalingType.Agile)]
    [WebHostHidden()]
    [Threading(ThreadingModel.Both)]
    public class FinancialSeries : C1.Xaml.Chart.Series 
    Remarks
    The FinancialSeries class supports all basic chart types. You may define a different chart type on each FinancialSeries object that you add to the FinancialChart series collection. This overrides the FinancialChart.ChartType property set on the chart that is the default for all FinancialSeries objects in its collection.
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          C1.Xaml.Chart.Series
             C1.Xaml.Chart.Finance.FinancialSeries
                C1.Xaml.Chart.Finance.IndicatorBase
                C1.Xaml.Chart.Finance.MovingAverage

    See Also