Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExcelSparklineSetting Class / ShouldSerializeLowMarkerColor Method


In This Topic
    ShouldSerializeLowMarkerColor Method
    In This Topic
    Sets whether to serialize the low marker color.
    Syntax
    'Declaration
     
    
    Protected Function ShouldSerializeLowMarkerColor() As Boolean
    'Usage
     
    
    Dim instance As ExcelSparklineSetting
    Dim value As Boolean
     
    value = instance.ShouldSerializeLowMarkerColor()
    protected bool ShouldSerializeLowMarkerColor()
    See Also