Intersoft ClientUI Documentation
AxisLabel Class
Members 



A label used to display data in an axis.
Object Model
AxisLabel ClassISFramework Class
Syntax
<TemplateVisualStateAttribute(Name="Shown", GroupName="RevealStates")>
<TemplateVisualStateAttribute(GroupName="RevealStates", Name="Hidden")>
Public Class AxisLabel 
   Inherits Intersoft.Client.Framework.ISControl
   Implements Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing 
Dim instance As AxisLabel
[TemplateVisualStateAttribute(Name="Shown", GroupName="RevealStates")]
[TemplateVisualStateAttribute(GroupName="RevealStates", Name="Hidden")]
public class AxisLabel : Intersoft.Client.Framework.ISControl, Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing  
[TemplateVisualStateAttribute(Name="Shown", GroupName="RevealStates")]
[TemplateVisualStateAttribute(GroupName="RevealStates", Name="Hidden")]
public ref class AxisLabel : public Intersoft.Client.Framework.ISControl, Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing  
Remarks

An AxisLabel is a text string aligned with the x-, or y-axis in a graph. AxisLabel can help explain the meaning of the units that each axis represents, You can define the values of AxisLabel  on the horizontal axis or vertical axis. You can customize these values by using the available data in the series or using style. It can be in different format, such as text, date, number, or even formatted text.

You can specify the interval of your AxisLabel to appear on chart. For more information, see How to: Customize Axis Interval in UXChart.

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               Intersoft.Client.Framework.ISControl
                  Intersoft.Client.UI.DataVisualization.AxisLabel
                     Intersoft.Client.UI.DataVisualization.DateTimeAxisLabel
                     Intersoft.Client.UI.DataVisualization.NumericAxisLabel

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AxisLabel Members
Intersoft.Client.UI.DataVisualization Namespace

Send Feedback