menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartDelegate - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartDelegate

    Inheritance
    System.Object
    SFChartDelegate
    ChartDelegate
    Inherited Members
    SFChartDelegate.DidAxisTrackballLabelsGenerate(SFChart, List<SFChartPointInfo>)
    SFChartDelegate.DidHideTooltip(SFChart, SFChartTooltip)
    SFChartDelegate.DidPan(SFChart, SFChartPanInfo)
    SFChartDelegate.DidShowTooltip(SFChart, SFChartTooltip)
    SFChartDelegate.DidTrackballLabelsGenerate(SFChart, List<SFChartPointInfo>)
    SFChartDelegate.GetFormattedDataMarkerLabel(SFChart, NSString, nint)
    SFChartDelegate.GetFormattedDataMarkerLabel(SFChart, NSString, nint, SFSeries)
    SFChartDelegate.WillHideTooltip(SFChart, SFChartTooltip)
    SFChartDelegate.WillShowTooltip(SFChart, SFChartTooltip)
    Namespace: Syncfusion.SfChart.XForms.MacOS
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public class ChartDelegate : SFChartDelegate

    Constructors

    ChartDelegate(SfChart)

    Declaration
    public ChartDelegate(SfChart chart)
    Parameters
    Type Name Description
    SfChart chart

    Methods

    DidActualRangeChange(SFChart, SFAxis, SFAxisRangeInfo)

    Declaration
    public override void DidActualRangeChange(SFChart chart, SFAxis axis, SFAxisRangeInfo info)
    Parameters
    Type Name Description
    SFChart chart
    SFAxis axis
    SFAxisRangeInfo info
    Overrides
    SFChartDelegate.DidActualRangeChange(SFChart, SFAxis, SFAxisRangeInfo)

    DidDataPointSelect(SFChart, SFChartSelectionInfo)

    Declaration
    public override void DidDataPointSelect(SFChart chart, SFChartSelectionInfo info)
    Parameters
    Type Name Description
    SFChart chart
    SFChartSelectionInfo info
    Overrides
    SFChartDelegate.DidDataPointSelect(SFChart, SFChartSelectionInfo)

    DidResetZoom(SFChart, SFChartResetZoomInfo)

    Declaration
    public override void DidResetZoom(SFChart chart, SFChartResetZoomInfo resetEvent)
    Parameters
    Type Name Description
    SFChart chart
    SFChartResetZoomInfo resetEvent
    Overrides
    SFChartDelegate.DidResetZoom(SFChart, SFChartResetZoomInfo)

    DidSelectionZoom(SFChart, SFChartSelectionZoomInfo)

    Declaration
    public override void DidSelectionZoom(SFChart chart, SFChartSelectionZoomInfo selectionEvent)
    Parameters
    Type Name Description
    SFChart chart
    SFChartSelectionZoomInfo selectionEvent
    Overrides
    SFChartDelegate.DidSelectionZoom(SFChart, SFChartSelectionZoomInfo)

    DidZoom(SFChart, SFChartZoomInfo)

    Declaration
    public override void DidZoom(SFChart chart, SFChartZoomInfo zoomEvent)
    Parameters
    Type Name Description
    SFChart chart
    SFChartZoomInfo zoomEvent
    Overrides
    SFChartDelegate.DidZoom(SFChart, SFChartZoomInfo)

    GetFormattedAxisLabel(SFChart, NSString, NSObject, SFAxis)

    Declaration
    public override NSString GetFormattedAxisLabel(SFChart chart, NSString label, NSObject value, SFAxis axis)
    Parameters
    Type Name Description
    SFChart chart
    Foundation.NSString label
    Foundation.NSObject value
    SFAxis axis
    Returns
    Type
    Foundation.NSString
    Overrides
    SFChartDelegate.GetFormattedAxisLabel(SFChart, NSString, NSObject, SFAxis)

    ViewForDataMarkerLabel(SFChart, NSString, nint, SFSeries)

    Declaration
    public override NSView ViewForDataMarkerLabel(SFChart chart, NSString label, nint index, SFSeries series)
    Parameters
    Type Name Description
    SFChart chart
    Foundation.NSString label
    System.nint index
    SFSeries series
    Returns
    Type
    AppKit.NSView
    Overrides
    SFChartDelegate.ViewForDataMarkerLabel(SFChart, NSString, nint, SFSeries)

    WillDataPointSelect(SFChart, SFChartSelectionChangingInfo)

    Declaration
    public override void WillDataPointSelect(SFChart chart, SFChartSelectionChangingInfo info)
    Parameters
    Type Name Description
    SFChart chart
    SFChartSelectionChangingInfo info
    Overrides
    SFChartDelegate.WillDataPointSelect(SFChart, SFChartSelectionChangingInfo)

    WillPan(SFChart, SFChartPanningInfo)

    Declaration
    public override void WillPan(SFChart chart, SFChartPanningInfo panEvent)
    Parameters
    Type Name Description
    SFChart chart
    SFChartPanningInfo panEvent
    Overrides
    SFChartDelegate.WillPan(SFChart, SFChartPanningInfo)

    WillSelectionZoom(SFChart, SFChartSelectionZoomingInfo)

    Declaration
    public override void WillSelectionZoom(SFChart chart, SFChartSelectionZoomingInfo selectionEvent)
    Parameters
    Type Name Description
    SFChart chart
    SFChartSelectionZoomingInfo selectionEvent
    Overrides
    SFChartDelegate.WillSelectionZoom(SFChart, SFChartSelectionZoomingInfo)

    WillZoom(SFChart, SFChartZoomingInfo)

    Declaration
    public override void WillZoom(SFChart chart, SFChartZoomingInfo zoomEvent)
    Parameters
    Type Name Description
    SFChart chart
    SFChartZoomingInfo zoomEvent
    Overrides
    SFChartDelegate.WillZoom(SFChart, SFChartZoomingInfo)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved