WPF

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

    Show / Hide Table of Contents

    Class PrimaryAxisLabelConvertor

    Multivalue converter class which represents a LabelConvertor for OlapChart Axis.

    Inheritance
    System.Object
    PrimaryAxisLabelConvertor
    Implements
    System.Windows.Data.IMultiValueConverter
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Chart.Olap
    Assembly: Syncfusion.OlapChart.WPF.dll
    Syntax
    public class PrimaryAxisLabelConvertor : IMultiValueConverter

    Constructors

    PrimaryAxisLabelConvertor()

    Declaration
    public PrimaryAxisLabelConvertor()

    Methods

    Convert(Object[], Type, Object, CultureInfo)

    Converts to Label for OlapChart Axis using the current PivotCellDescriptor.

    Declaration
    public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture)
    Parameters
    Type Name Description
    System.Object[] values
    System.Type targetType
    System.Object parameter
    System.Globalization.CultureInfo culture
    Returns
    Type Description
    System.Object

    ConvertBack(Object, Type[], Object, CultureInfo)

    Converts the binding from source to target.

    Declaration
    public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture)
    Parameters
    Type Name Description
    System.Object value
    System.Type[] targetTypes
    System.Object parameter
    System.Globalization.CultureInfo culture
    Returns
    Type Description
    System.Object[]

    Implements

    System.Windows.Data.IMultiValueConverter
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved