Charting for WPF Programmer's Guide

AxisSettings Class

See Also
 


Gets or sets the settings of a chart axis.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public class AxisSettings : DependencyObject

Visual Basic  Copy Code

Public Class AxisSettings
    Inherits DependencyObject

 Inheritance Hierarchy

System.Object
    System.Windows.Threading.DispatcherObject
        System.Windows.DependencyObject
            MindFusion.Charting.Wpf.AxisSettings

 See Also