GrapeCity.Xaml.SpreadSheet.Data Namespace > DataBarRule Class : Create Method |
'Declaration Public Shared Function Create( _ ByVal minType As ScaleValueType, _ ByVal minValue As Object, _ ByVal maxType As ScaleValueType, _ ByVal maxValue As Object, _ ByVal Color As Color _ ) As DataBarRule
'Usage Dim minType As ScaleValueType Dim minValue As Object Dim maxType As ScaleValueType Dim maxValue As Object Dim Color As Color Dim value As DataBarRule value = DataBarRule.Create(minType, minValue, maxType, maxValue, Color)
public static DataBarRule Create( ScaleValueType minType, object minValue, ScaleValueType maxType, object maxValue, Color Color )
Target Platforms: Windows Server 2012, Windows RT