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


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