Anzeige von Labels, Chart-Typ: StackedBar, Dateinamen für Chart-Export
This commit is contained in:
@@ -116,19 +116,19 @@ Public Class GridLoader
|
||||
oChartViewResultContainer.Panel1.AddControl(oSplitContainerTop)
|
||||
oChartViewResultContainer.Panel2.AddControl(oSplitContainerBottom)
|
||||
|
||||
Dim oChartControlTopLeft As ChartControl = New ChartControl With {
|
||||
Dim oChartControlTopLeft As New ChartControl With {
|
||||
.Name = "ChartControlTopLeft",
|
||||
.Dock = DockStyle.Fill
|
||||
}
|
||||
Dim oChartControlTopRight As ChartControl = New ChartControl With {
|
||||
Dim oChartControlTopRight As New ChartControl With {
|
||||
.Name = "ChartControlTopRight",
|
||||
.Dock = DockStyle.Fill
|
||||
}
|
||||
Dim oChartControlBottomLeft As ChartControl = New ChartControl With {
|
||||
Dim oChartControlBottomLeft As New ChartControl With {
|
||||
.Name = "ChartControlBottomLeft",
|
||||
.Dock = DockStyle.Fill
|
||||
}
|
||||
Dim oChartControlBottomRight As ChartControl = New ChartControl With {
|
||||
Dim oChartControlBottomRight As New ChartControl With {
|
||||
.Name = "ChartControlBottomRight",
|
||||
.Dock = DockStyle.Fill
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user