ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart.Extended Namespace / YFunctionSeries Class / xfmt Field


In This Topic
    xfmt Field (YFunctionSeries)
    In This Topic
    Stores default formats for x- and y- axes.
    Syntax
    'Declaration
     
    
    Protected xfmt As String
    'Usage
     
    
    Dim instance As YFunctionSeries
    Dim value As String
     
    value = instance.xfmt
     
    instance.xfmt = value
    protected string xfmt
    See Also