Xamarin.iOS

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFSeries.DataMarkerLabelCreatedEventArgs

    Show / Hide Table of Contents

    Class SFSeries.DataMarkerLabelCreatedEventArgs

    This class serves as an event data for DataMarkerLabelCreated event.

    Inheritance
    System.Object
    SFSeries.DataMarkerLabelCreatedEventArgs
    Namespace: Syncfusion.SfChart.iOS
    Assembly: Syncfusion.SFChart.iOS.dll
    Syntax
    public class DataMarkerLabelCreatedEventArgs : EventArgs

    Constructors

    DataMarkerLabelCreatedEventArgs(DataMarkerLabel)

    Declaration
    public DataMarkerLabelCreatedEventArgs(DataMarkerLabel dataMarkerLabel)
    Parameters
    Type Name Description
    DataMarkerLabel dataMarkerLabel

    Properties

    DataMarkerLabel

    Gets the corresponding series data marker label.

    Declaration
    public DataMarkerLabel DataMarkerLabel { get; }
    Property Value
    Type Description
    DataMarkerLabel
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved