8 references to PyramidValueType
System.Web.DataVisualization (8)
Common\ChartTypes\FunnelChart.cs (7)
2608
PyramidValueType
valueType = this.GetPyramidValueType( series );
2609
if(valueType ==
PyramidValueType
.Surface)
2711
private
PyramidValueType
GetPyramidValueType(DataPointCustomProperties properties)
2714
PyramidValueType
valueType =
PyramidValueType
.Linear;
2725
valueType = (
PyramidValueType
)Enum.Parse(typeof(
PyramidValueType
), attrValue, true);
Common\Utilities\CustomAttributesRegistry.cs (1)
1842
typeof(
PyramidValueType
),