Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Chart Namespace / Axis Class / GetTitleText Method
Value that must be represented on the label.


In This Topic
    GetTitleText Method
    In This Topic
    Gets text for tick labels.
    Syntax
    'Declaration
     
    Protected Overridable Function GetTitleText( _
       ByVal value As Double _
    ) As String
    'Usage
     
    Dim instance As Axis
    Dim value As Double
    Dim value As String
     
    value = instance.GetTitleText(value)
    protected virtual string GetTitleText( 
       double value
    )

    Parameters

    value
    Value that must be represented on the label.

    Return Value

    The formatted value.
    Remarks
    The returned text depends upon type of label layout.
    Requirements

    Target Platforms: Windows 11, Windows 10, 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