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


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