namespace Core.Common.Controls.Charting { public enum LegendAlignment { Bottom, Left, Right, Top } public enum PointerStyles { Circle, Diamond, DownTriangle, Hexagon, LeftTriangle, PolishedSphere, Rectangle, RightTriangle, Sphere, Triangle, SmallDot, Nothing } public enum VerticalAxis { Left, Right, Both } }