9 references to ShowOpenClose
System.Web.DataVisualization (9)
Common\ChartTypes\StockChart.cs (8)
703
if(point.IsCustomPropertySet(CustomPropertyName.
ShowOpenClose
))
705
showOpenClose = point[CustomPropertyName.
ShowOpenClose
];
707
else if(ser.IsCustomPropertySet(CustomPropertyName.
ShowOpenClose
))
709
showOpenClose = ser[CustomPropertyName.
ShowOpenClose
];
1528
if(point.IsCustomPropertySet(CustomPropertyName.
ShowOpenClose
))
1530
showOpenClose = point[CustomPropertyName.
ShowOpenClose
];
1532
else if(ser.IsCustomPropertySet(CustomPropertyName.
ShowOpenClose
))
1534
showOpenClose = ser[CustomPropertyName.
ShowOpenClose
];
Common\Utilities\CustomAttributesRegistry.cs (1)
739
CustomPropertyName.
ShowOpenClose
,