alexa
menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ChartStyleMapping

    Inheritance
    System.Object
    ChartStyleMapping
    Namespace: Syncfusion.SfChart.XForms.MacOS
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public static class ChartStyleMapping : Object

    Methods

    OnAxisGridLineStylePropertiesChanged(String, ChartLineStyle, SFAxisGridLineStyle)

    Declaration
    public static void OnAxisGridLineStylePropertiesChanged(string propertyName, ChartLineStyle formLineStyle, SFAxisGridLineStyle nativeLineStyle)
    Parameters
    Type Name Description
    System.String propertyName
    ChartLineStyle formLineStyle
    SFAxisGridLineStyle nativeLineStyle

    OnAxisLineStylePropertiesChanged(String, ChartLineStyle, SFAxisLineStyle)

    Declaration
    public static void OnAxisLineStylePropertiesChanged(string propertyName, ChartLineStyle formLineStyle, SFAxisLineStyle nativeLineStyle)
    Parameters
    Type Name Description
    System.String propertyName
    ChartLineStyle formLineStyle
    SFAxisLineStyle nativeLineStyle

    OnChartAxisLabelStylePropertiesChanged(String, ChartAxisLabelStyle, SFAxisLabelStyle, Boolean)

    Declaration
    public static void OnChartAxisLabelStylePropertiesChanged(string propertyName, ChartAxisLabelStyle formChartLabel, SFAxisLabelStyle nativeChartLabel, bool isNumericalAxis)
    Parameters
    Type Name Description
    System.String propertyName
    ChartAxisLabelStyle formChartLabel
    SFAxisLabelStyle nativeChartLabel
    System.Boolean isNumericalAxis

    OnChartAxisTrackballLabelStylePropertiesChanged(String, ChartTrackballAxisLabelStyle, SFChartTrackballAxisLabelStyle)

    Declaration
    public static void OnChartAxisTrackballLabelStylePropertiesChanged(string propertyName, ChartTrackballAxisLabelStyle formTrackballAxisLabel, SFChartTrackballAxisLabelStyle nativeTrackballAxisLabel)
    Parameters
    Type Name Description
    System.String propertyName
    ChartTrackballAxisLabelStyle formTrackballAxisLabel
    SFChartTrackballAxisLabelStyle nativeTrackballAxisLabel

    OnChartLabelStylePropertiesChanged(String, ChartLabelStyle, SFLabelStyle, Boolean)

    Declaration
    public static void OnChartLabelStylePropertiesChanged(string propertyName, ChartLabelStyle formChartLabel, SFLabelStyle nativeChartLabel, bool isNumericalAxis)
    Parameters
    Type Name Description
    System.String propertyName
    ChartLabelStyle formChartLabel
    SFLabelStyle nativeChartLabel
    System.Boolean isNumericalAxis

    OnConnectorLineStylePropertiesChanged(String, ConnectorLineStyle, SFConnectorLineStyle)

    Declaration
    public static void OnConnectorLineStylePropertiesChanged(string propertyName, ConnectorLineStyle formConnectorLine, SFConnectorLineStyle nativeConnectorLine)
    Parameters
    Type Name Description
    System.String propertyName
    ConnectorLineStyle formConnectorLine
    SFConnectorLineStyle nativeConnectorLine

    OnDataMarkerLabelStylePropertiesChanged(String, DataMarkerLabelStyle, SFDataMarkerLabelStyle)

    Declaration
    public static void OnDataMarkerLabelStylePropertiesChanged(string propertyName, DataMarkerLabelStyle formDataMarkerLabel, SFDataMarkerLabelStyle nativeDataMarkerLabel)
    Parameters
    Type Name Description
    System.String propertyName
    DataMarkerLabelStyle formDataMarkerLabel
    SFDataMarkerLabelStyle nativeDataMarkerLabel

    OnLegendLabelStylePropertiesChanged(String, ChartLegendLabelStyle, SFLegendLabelStyle)

    Declaration
    public static void OnLegendLabelStylePropertiesChanged(string propertyName, ChartLegendLabelStyle formLegendLabel, SFLegendLabelStyle nativeLegendLabel)
    Parameters
    Type Name Description
    System.String propertyName
    ChartLegendLabelStyle formLegendLabel
    SFLegendLabelStyle nativeLegendLabel

    OnLineStylePropertiesChanged(String, ChartLineStyle, SFLineStyle)

    Declaration
    public static void OnLineStylePropertiesChanged(string propertyName, ChartLineStyle formLineStyle, SFLineStyle nativeLineStyle)
    Parameters
    Type Name Description
    System.String propertyName
    ChartLineStyle formLineStyle
    SFLineStyle nativeLineStyle

    OnStripLineLabelStylePropertiesChanged(String, ChartStripLineLabelStyle, SFStripLineLabelStyle)

    Declaration
    public static void OnStripLineLabelStylePropertiesChanged(string propertyName, ChartStripLineLabelStyle formStripLineLabel, SFStripLineLabelStyle nativeStripLineLabel)
    Parameters
    Type Name Description
    System.String propertyName
    ChartStripLineLabelStyle formStripLineLabel
    SFStripLineLabelStyle nativeStripLineLabel

    OnTickStylePropertiesChanged(String, ChartAxisTickStyle, SFAxisTickStyle)

    Declaration
    public static void OnTickStylePropertiesChanged(string propertyName, ChartAxisTickStyle formTickStyle, SFAxisTickStyle nativeTickStyle)
    Parameters
    Type Name Description
    System.String propertyName
    ChartAxisTickStyle formTickStyle
    SFAxisTickStyle nativeTickStyle

    OnTrackballLineStylePropertiesChanged(String, ChartLineStyle, SFChartTrackballLineStyle)

    Declaration
    public static void OnTrackballLineStylePropertiesChanged(string propertyName, ChartLineStyle formLineStyle, SFChartTrackballLineStyle nativeLineStyle)
    Parameters
    Type Name Description
    System.String propertyName
    ChartLineStyle formLineStyle
    SFChartTrackballLineStyle nativeLineStyle

    OnTrackballMarkerStylePropertiesChanged(String, ChartTrackballMarkerStyle, SFChartTrackballMarkerStyle)

    Declaration
    public static void OnTrackballMarkerStylePropertiesChanged(string propertyName, ChartTrackballMarkerStyle formTrackballMarkerStyle, SFChartTrackballMarkerStyle nativeTrackballMarkerStyle)
    Parameters
    Type Name Description
    System.String propertyName
    ChartTrackballMarkerStyle formTrackballMarkerStyle
    SFChartTrackballMarkerStyle nativeTrackballMarkerStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved