23 using System.Collections.Generic;
24 using System.Drawing.Imaging;
31 namespace Ntp.Analyzer.Config.Node.Graph
47 public string GraphName => ConfigName;
60 public abstract string Title {
get; }
66 public abstract int Timespan {
get; }
72 public abstract int Width {
get; }
78 public abstract int Height {
get; }
84 public abstract ImageFormat Format {
get; }
86 public abstract DateTimeKind GraphTime {
get; }
88 public IEnumerable<StreamDestination> Locations => Destinations.Destinations;
94 return GetAltName(owner, null);
101 return GetLink(owner, null);
104 public abstract string GetTitle(
NamedObject namedObject);
Uri GetLink(GraphSetConfiguration owner)
string GetAltName(GraphSetConfiguration owner)
Configuration class for subsections of a HostConfiguration.
GraphBaseConfiguration(string name)
Base class for graph configurations.