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
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.SfChart.XForms.WPF
    Assembly: Syncfusion.SfChart.XForms.WPF.dll
    Syntax
    public class ChartStyleMapping

    Constructors

    ChartStyleMapping()

    Declaration
    public ChartStyleMapping()

    Methods

    OnAnnotationAxisLabelStylePropertiesChanged(String, ChartLabelStyle, StringBuilder)

    Declaration
    public static void OnAnnotationAxisLabelStylePropertiesChanged(string propertyName, ChartLabelStyle formsAnnotation, StringBuilder stringBuilder)
    Parameters
    Type Name Description
    System.String propertyName
    ChartLabelStyle formsAnnotation
    System.Text.StringBuilder stringBuilder

    OnAnnotationLabelStylePropertiesChanged(String, ChartAnnotationLabelStyle, StringBuilder, ChartAnnotation)

    Declaration
    public static void OnAnnotationLabelStylePropertiesChanged(string propertyName, ChartAnnotationLabelStyle formsAnnotation, StringBuilder stringBuilder, ChartAnnotation chartAnnotation)
    Parameters
    Type Name Description
    System.String propertyName
    ChartAnnotationLabelStyle formsAnnotation
    System.Text.StringBuilder stringBuilder
    ChartAnnotation chartAnnotation

    OnChartAxisTrackballLabelStylePropertiesChanged(String, ChartLabelStyle, StringBuilder)

    Declaration
    public static void OnChartAxisTrackballLabelStylePropertiesChanged(string propertyName, ChartLabelStyle formChartLabel, StringBuilder stringBuilder)
    Parameters
    Type Name Description
    System.String propertyName
    ChartLabelStyle formChartLabel
    System.Text.StringBuilder stringBuilder

    OnChartLabelStylePropertiesChanged(String, ChartLabelStyle, StringBuilder)

    Declaration
    public static void OnChartLabelStylePropertiesChanged(string propertyName, ChartLabelStyle formChartLabel, StringBuilder stringBuilder)
    Parameters
    Type Name Description
    System.String propertyName
    ChartLabelStyle formChartLabel
    System.Text.StringBuilder stringBuilder

    OnChartTrackballLabelStylePropertiesChanged(String, ChartLabelStyle, StringBuilder)

    Declaration
    public static void OnChartTrackballLabelStylePropertiesChanged(string propertyName, ChartLabelStyle formChartLabel, StringBuilder stringBuilder)
    Parameters
    Type Name Description
    System.String propertyName
    ChartLabelStyle formChartLabel
    System.Text.StringBuilder stringBuilder

    OnConnectorLineStylePropertiesChanged(String, ConnectorLineStyle, Style)

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

    OnDataMarkerLabelStylePropertiesChanged(String, DataMarkerLabelStyle, StringBuilder)

    Declaration
    public static void OnDataMarkerLabelStylePropertiesChanged(string propertyName, DataMarkerLabelStyle formChartLabel, StringBuilder stringBuilder)
    Parameters
    Type Name Description
    System.String propertyName
    DataMarkerLabelStyle formChartLabel
    System.Text.StringBuilder stringBuilder

    OnLineStylePropertiesChanged(String, ChartLineStyle, Style)

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

    OnTickStylePropertiesChanged(String, ChartAxisTickStyle, Style)

    Declaration
    public static void OnTickStylePropertiesChanged(string propertyName, ChartAxisTickStyle formTickStyle, Style nativeTickStyle)
    Parameters
    Type Name Description
    System.String propertyName
    ChartAxisTickStyle formTickStyle
    System.Windows.Style nativeTickStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved