Class CartesianSeries - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CartesianSeries

    Inheritance
    System.Object
    ChartSeriesBase
    ChartSeries
    DataMarkerSeries
    CartesianSeries
    XyDataSeries
    Implements
    ISupportAxes
    Inherited Members
    DataMarkerSeries.ShowDataLabelsProperty
    DataMarkerSeries.ShowDataLabels
    ChartSeries.StrokeProperty
    ChartSeries.StrokeThicknessProperty
    ChartSeries.StrokeThickness
    ChartSeries.Chart
    ChartSeries.Stroke
    ChartSeriesBase.SpacingProperty
    ChartSeriesBase.TooltipTemplateProperty
    ChartSeriesBase.ShowTooltipProperty
    ChartSeriesBase.ListenPropertyChangeProperty
    ChartSeriesBase.IsSeriesVisibleProperty
    ChartSeriesBase.XBindingPathProperty
    ChartSeriesBase.ItemsSourceProperty
    ChartSeriesBase.TrackballLabelTemplateProperty
    ChartSeriesBase.FillProperty
    ChartSeriesBase.LabelProperty
    ChartSeriesBase.LegendIconProperty
    ChartSeriesBase.LegendIconTemplateProperty
    ChartSeriesBase.VisibilityOnLegendProperty
    ChartSeriesBase.EnableAnimationProperty
    ChartSeriesBase.AnimationDurationProperty
    ChartSeriesBase.PaletteBrushesProperty
    ChartSeriesBase.SuspendNotification()
    ChartSeriesBase.ResumeNotification()
    ChartSeriesBase.OnPointerPressed(PointerRoutedEventArgs)
    ChartSeriesBase.OnPointerMoved(PointerRoutedEventArgs)
    ChartSeriesBase.OnTapped(TappedRoutedEventArgs)
    ChartSeriesBase.OnPointerExited(PointerRoutedEventArgs)
    ChartSeriesBase.OnPointerReleased(PointerRoutedEventArgs)
    ChartSeriesBase.PaletteBrushes
    ChartSeriesBase.TooltipTemplate
    ChartSeriesBase.ShowTooltip
    ChartSeriesBase.ListenPropertyChange
    ChartSeriesBase.IsSeriesVisible
    ChartSeriesBase.ItemsSource
    ChartSeriesBase.TrackballLabelTemplate
    ChartSeriesBase.Fill
    ChartSeriesBase.Label
    ChartSeriesBase.LegendIcon
    ChartSeriesBase.LegendIconTemplate
    ChartSeriesBase.VisibilityOnLegend
    ChartSeriesBase.XBindingPath
    ChartSeriesBase.EnableAnimation
    ChartSeriesBase.AnimationDuration
    ChartSeriesBase.PropertyChanged
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.Chart.WinUI.dll
    Syntax
    public abstract class CartesianSeries : DataMarkerSeries, ISupportAxes

    Constructors

    CartesianSeries()

    Called when instance created for CartesianSeries

    Declaration
    public CartesianSeries()

    Fields

    DataLabelSettingsProperty

    The DependencyProperty for CartesianDataLabelSettings property.

    Declaration
    public static readonly DependencyProperty DataLabelSettingsProperty
    Field Value
    Type Description
    Microsoft.UI.Xaml.DependencyProperty

    ShowTrackballInfoProperty

    The DependencyProperty for ShowTrackballInfo property.

    Declaration
    public static readonly DependencyProperty ShowTrackballInfoProperty
    Field Value
    Type Description
    Microsoft.UI.Xaml.DependencyProperty

    XAxisNameProperty

    Declaration
    public static readonly DependencyProperty XAxisNameProperty
    Field Value
    Type Description
    Microsoft.UI.Xaml.DependencyProperty

    YAxisNameProperty

    Declaration
    public static readonly DependencyProperty YAxisNameProperty
    Field Value
    Type Description
    Microsoft.UI.Xaml.DependencyProperty

    Properties

    DataLabelSettings

    Declaration
    public CartesianDataLabelSettings DataLabelSettings { get; set; }
    Property Value
    Type Description
    CartesianDataLabelSettings

    ShowTrackballInfo

    Gets or sets a value indicating whether to show/hide the series information.

    Declaration
    public bool ShowTrackballInfo { get; set; }
    Property Value
    Type Description
    System.Boolean

    XAxisName

    Declaration
    public string XAxisName { get; set; }
    Property Value
    Type Description
    System.String

    YAxisName

    Declaration
    public string YAxisName { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    OnApplyTemplate()

    Declaration
    protected override void OnApplyTemplate()
    Overrides
    DataMarkerSeries.OnApplyTemplate()

    Explicit Interface Implementations

    ISupportAxes.ActualXAxis

    Declaration
    ChartAxis ISupportAxes.ActualXAxis { get; }
    Returns
    Type Description
    ChartAxis

    ISupportAxes.ActualYAxis

    Declaration
    ChartAxis ISupportAxes.ActualYAxis { get; }
    Returns
    Type Description
    ChartAxis

    ISupportAxes.XRange

    Declaration
    DoubleRange ISupportAxes.XRange { get; }
    Returns
    Type Description
    DoubleRange

    ISupportAxes.YRange

    Declaration
    DoubleRange ISupportAxes.YRange { get; }
    Returns
    Type Description
    DoubleRange

    Implements

    ISupportAxes
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved